java-http icon indicating copy to clipboard operation
java-http copied to clipboard

A full featured, stand-alone, high-performance HTTP server and client written entirely in plain Java

Results 6 java-http issues
Sort by recently updated
recently updated
newest added

Would it be possible to publish the benchmark configurations? The netty numbers look odd, given Twitter and Apple do good traffic numbers with netty-based systems.

Hi, wondering if you're going to add some module-info or anything. Love this lib and your approach but unfortunately I cannot use it in my apps. thx4ur work

Reading [here](https://github.com/FusionAuth/java-http/blame/3cc242bc3e2a3227945005081d679871312b5736/src/main/java/io/fusionauth/http/body/request/ContentLengthBodyProcessor.java#L54) I was hoping to find an equivalent for [golang's net/http#MaxBytesReader](https://pkg.go.dev/net/http#MaxBytesReader) but was unable. Am I looking in the right place?

DX

I was trying to use the latest release, but 0.4.0-RC.4 can't be found, while 0.4.0-RC.3 can.

SDK Core

After upgrading to `0.4.0-RC.3` and deploying to AWS, around 10-20% of page requests resulted in a the ALB responding with a 502 http response. This was a single EC2 instance...

SDK Core

Adding in span/tracing support helps sophisticated users debug requests using tools like Honeycomb or other open telemetry compatible tooling. ## Related - FusionAuth tracing issue: https://github.com/FusionAuth/fusionauth-issues/issues/1665 - OpenTelemetry HTTP request...

devrel-transfer