Skip to content

Tags: Net-9QdV/naiveproxy

Tags

v85.0.4183.83-3

Toggle v85.0.4183.83-3's commit message
Fix HttpProxySocket early data return value

v85.0.4183.83-2

Toggle v85.0.4183.83-2's commit message
Disable logging in example caddy.json

v85.0.4183.83-1

Toggle v85.0.4183.83-1's commit message
Add PGO build for Win and Mac

v84.0.4147.89-2

Toggle v84.0.4147.89-2's commit message
Add arm_cortex-a9 build

v84.0.4147.89-1

Toggle v84.0.4147.89-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v83.0.4103.61-3

Toggle v83.0.4103.61-3's commit message
h2: Pad RST_STREAM frames

Clients sending too many RST_STREAM is an irregular behavior.

Hack in a preceding END_STREAM DATA frame padded towards [48, 72]
before RST_STREAM so that the TLS record looks like a HEADERS frame.

The server often replies to this with a WINDOW_UPDATE because padding
is accounted in flow control. Whether this constitudes a new irregular
behavior is still unclear.

v83.0.4103.61-2

Toggle v83.0.4103.61-2's commit message
Add option for concurrent transport

Useful only for high-end situations where a single connection
is throttled at 10MB/s somehow.

Makes traffic obfuscation less secure.

v83.0.4103.61-1

Toggle v83.0.4103.61-1's commit message
Add --extra-headers option

v81.0.4044.92-1

Toggle v81.0.4044.92-1's commit message
Add continuous integration and tests

v80.0.3987.87-3

Toggle v80.0.3987.87-3's commit message
Handle payload data immediately after HTTP headers

In HttpProxySocket there can be data immediately after HTTP headers,
as in the case of fast HTTP CONNECT.

Instead of reporting an error, handle this case by returning
the data after HTTP headers in the next Read() call.