We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HttpClientException
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Switch 0.8 to master and branch out 0.7.x #322
0.8 Public API refactor #254
0.8.x Package change/Group ID change #357
Centralize system properties into one constant top level class #358 fix #358 Centralize system properties into one constant top level class #372
HTTP/2 support for HttpServer #402
UdpServer/UdpClient new API #211
TcpServer/TcpClient new API #214
HttpServer new API #226 Use port from HttpServer's builder also when options are present #172
Add Global Option to Disable Fail on Error #93
HttpClientException
can potentially leak buffers #118 Remove HttpClientRequest.failOnClientError/failOnServerError #182Add Global Option to Disable Chunked Transfer #94 fix #94 : Allow setting chunkedTransfer per HttpClient #261
Allow setting followRedirect per HttpClient #235 fix #235: Allow setting followRedirect per HttpClient #260
Add support for configuring the HttpRequestDecoder when creating an HttpServer #150 fix #150 (HttpCodec config) #256
Support X-Forwarded-* headers #220 Add support for Forwarded / X-Forwarded-* headers #249 Fix X-Forwarded-For support #373
Replace usage of java.net.URI with UriEndpoint in MonoHttpClientResponse #195 Fix bug in UriEndpointFactory (0.8.x only): handle parsing URI with query and no path #228
HttpClient's logging depends on ContextHandler's logger #227 fix #227: Introduce properties for enabling ssl debugging #262
Configure the channel auto read to true for HttpToH2Operations #401
Expose read-only port/address when server binding errors #368 fix #368 Throw a marker exception with local address information when server bind fails #396 Add explicit bind exception #398
SSL support broken without boringssl static dependency #384 fix #384 Consider protocol information when applying the default security configuration #394
Configure timeout options on HttpClient with new API #390
Error on create HTTP/2 Request with 0.8.0.BUILD-SNAPSHOT version #387 fix #387: Throw IAE when neither SslContextBuilder nor SslContext is specified #389
Reactor Netty is slower to start than Tomcat #376 Related to #376: Do not create default SSL client provider when creating a server #386
SslProvider causes netty to start a Thread in a static initializer #382 fix #382 Do not create TCP ServerBootstrap in a static block #385
Revisit HTTP server TLS setup #370 fix #370 Remove TcpServer/HttpServer API for using ssl with self singed certificate #383
fix ssl configuration issue for tcp and http clients #369
The text was updated successfully, but these errors were encountered: