forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
addHttp2ConnectionConfig #13
Open
xinlian12
wants to merge
505
commits into
enableHttp2ForTest
Choose a base branch
from
enableHttp2PublicAPI
base: enableHttp2ForTest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xinlian12
commented
Nov 25, 2024
@@ -46,6 +47,15 @@ static HttpClient createFixed(HttpClientConfig httpClientConfig) { | |||
fixedConnectionProviderBuilder.maxIdleTime(httpClientConfig.getMaxIdleConnectionTimeout()); | |||
|
|||
// TODO[Http2]: config Http2AllocationStrategy (maxConnections & maxConcurrentStreams) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove the comments
…ses NPE when sending message via bean `StreamBridge` (Azure#43490)
…ion releases (Azure#43488) Increment package versions for communication/azure-resourcemanager-communication releases
Increment package versions for maps/azure-maps-search releases
) * adding projection functionality, rethink automic double * atomic double and some other changes * pr comments and some build stuff * changing guava version * spotbug fix * starting to add tests * added unit tests for derived metric projection * reorganize tests * fixing inconsistency with main re okio * pr comments & small refactorings * remove logging, spotless * changes to concurrency handling * moving synchronization to derivedMetricAggregation * moving derivedMetricAggregation to its own file * minor - remove unused param * pr comments
* Removed most mentions of Azure from Client Core. * Removed most mentions of Azure from the OKHttp library. * Applied PR feedback. * Fixed broken link.
* Remove unused includes in bannedDependencies * small refactor * microsoft-azure-eventhubs was removed from the source tree. * Script for finding unused dependency entries This will cause a pipeline failure if there are old entries. * fixup after merge * deleted the wrong line
…zure#43751) Allow RevApi extensions to be configured via the configuration file
* Adding test for UriDescribedType. * Add tests for OffsetDateTimeDescribedType * Add tests for other types.
* azure cloud * remove getAzureCloud * licence header * add  in test * changelog for core-management * suppress test warnings * spotless * move AzureProfile to com.azure.core.models * fix changelog * remove deprecation * nit, javadoc
* Fix java sdk tests for new emulator behavior for ff * Changing spark to ignore previous node for change feed * Updating changelog * Fixed tests * Reacting to comments * merge with main * fix test
* float vmId to rntbd layer * remove comment and extra newline * CHANGELOG * fetch system info * progress * tests * pr comment * fix * pr comments
* January 2025 identity release * Update CHANGELOG with other changes section
* Code Generation * Update CHANGELOG.md * Update record session.
* autorest automation error log * omit artifacts if failed
…st. This commit is created by GitHub Action: https://github.com/Azure/spring-cloud-azure-tools/actions/runs/12719190766 (Azure#43762) Co-authored-by: github-actions <[email protected]>
* Add pre-commit script
* Ensured all Track 1 Key Vault libraries are removed. * Removed unused dependencies from external_dependencies.txt * Undid changes to common eng/ files.
* log correlation and log-based tracing * cleanup attribute and event names * Retry policy logging clean up * redirect policy logging cleanup
* Fixed possible NPE issues when calling toString() in Key Vault libraries. * Removed unused import. * Ran Spotless.
Update pipeline and version tooling to support clientcore
… azure-cosmos-encryption (Azure#43785) * Release Changes * Fix pom files
…on (Azure#43784) Co-authored-by: Scott Beddall <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.