OpenFeign / feign

Feign makes writing java http clients easier
Apache License 2.0
9.37k stars 1.91k forks source link

jdk http2client should not cache the InputStream #2419

Closed hdfg159 closed 2 months ago

hdfg159 commented 2 months ago

The following repository address is used for real-time processing of chunked transfer encoding requests, outputting monitoring in real-time line by line. If the InputStream content is cached, it will wait block, which is a significant issue. https://github.com/hdfg159/feign-http2client-chunked

hdfg159 commented 2 months ago

I commit some changes to the code #2420