Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,109 contributions in the last year
Contribution activity
October 2020
Created a pull request in eugenp/tutorials that received 7 comments
Fix app in the load test tools comparison
Motivation: The current implementation has performance issues and throughput decreases over time. This is likely causes by the lack of indexes on t…
Created an issue in gatling/gatling that received 3 comments
HTTP: Revert HeaderNames and HeaderValues deprecation
We would have more control over our own constants, at the cost of keeping on maintaining our own list.
- HTTP: poll start crashes with NPE
- Core: jmesPath check should not save `null` when it found nothing
- Core: notNull check criterion should fail when nothing was found
- HTTP: using shareConnections should disableAutoReferer
- HTTP: Don't try to parse user-defined Referer header for computing origin when it's not a valid URI
- HTTP: allLocalAddresses can cause site local source/remote address mismatch
- HTTP: Don't try HTTP/2 connection coalescing when opening a WebSocket
- HTTP: Don't check SNI when HTTP/2 is enabled but request is actually WebSocket
- HTTP: `wsReconnect` doesn't do anything
- Core: Session#reset loses private attributes
- HTTP: Crash gracefully when server closes WebSocket while checks are ongoing
- HTTP: Don't try to enable TLSv3 when tcnative is not available (32-bits) and JVM doesn't support it