16
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support to FakeDNSServer to resolve with DNAME record More... over 1 year ago
Catch exception from RecordDecoder and fail the DNS query More... over 1 year ago
Reproducer for IllegalStateException when DNS responds with DNAME record More... over 1 year ago
Add support for DNAME records in DnsMessageEncoder More... over 1 year ago
Update src/main/asciidoc/http.adoc More... over 1 year ago
Add a test for server RST flood protection + docs. More... over 1 year ago
Ensure that the task is not in the tasks queue when it is rejected from the executor More... over 1 year ago
Netty 4.1.100.Final added an HTTP/2 RST frame flood protection, this makes it configurable. More... over 1 year ago
Fix traffic shaping options (#4888) More... over 1 year ago
Ensure that the HTTP server supports WebSocket upgrades for HTTP/1.0 non persistent connections. More... over 1 year ago
Add file store name to the FileSystemProps interface (#4886) More... over 1 year ago
The Vert.x HTTP server does not handle anymore WebSocket upgrades when the client presents a request with a connection header containing a close header (like nginx can send) and instead close the connection. More... over 1 year ago
Fix incorrect TrafficShapingOptions field assignment in setCheckIntervalForStatsTimeUnit - see #4875 More... over 1 year ago
Fix a regression with the introduction of HTTP authority handling with HTTP/1.1 in which the server fails when handling an empty host portion of the host header. The authority method can also return null when no host header is present for HTTP/1.x More... over 1 year ago
Remove reply address in event-bus registration metric as it's actually not exposed by implementations More... over 1 year ago
Use a context promise instead of a plain one More... over 1 year ago
More appropriate name More... over 1 year ago
Report request failure to the resolver as such failures are part of statistics More... over 1 year ago
Extract FakeAddressResolver so it can be reused in tests More... over 1 year ago
The address resolver is missing the notion of endpoint which is an intermediary between the resolved address and the socket address the client eventually uses. This forces address resolver implementation to determine which internal endpoint was selected based on the socket address the resolver choose, specially when the client report usage statistics to the resolver. More... over 1 year ago
Minor rename / cleanup More... over 1 year ago
The new address resolver implementations must be passed a Vert.x instance, given that most of the time such resolver is used within a client that already references a vertx instance, we can lazy init the resolver and pass it the vertx instance of the client which removes a step in the client configuration and make sure that the vertx instance used by the client and the resolver are the same. More... over 1 year ago
Remove useless CommandFactory service loader declaration More... over 1 year ago
Merge pull request #4809 from eclipse-vertx/write-message-lock-free More... over 1 year ago
Merge branch 'master' into write-message-lock-free More... over 1 year ago
Improve the address resolver by providing a generic free super interface that can be used with permitted types when annotated with GenIgnore so rx-like shims can carry the method More... over 1 year ago
Merge pull request #4874 from eclipse-vertx/http-client-resolver-integration More... over 1 year ago
Refactoring to simplify the endpoint resolver implementation and remove un-necessary stuff More... over 1 year ago
Improve the integration of the address resolver with the HttpClient More... over 1 year ago
Implement a builder for HttpClient, this will be useful for configuring the address resolver for service discovery. More... over 1 year ago