Skip to content

[TlsInterception] Breaks ModifyChunkResponsePlugin in v2.3.1 #1042

Answered by abhinavsingh
Telemattic asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you reporting it. I remember encountering similar issue when adding integration tests for web server plugin, likely you already discovered #1028 . Looks like this bug can also effects proxy plugins. I have updated the bug to highlight the same.

Btw if you are using https://httpbin.org/drip?duration=2&numbytes=29&code=200&delay=2 for chunked response plugin, it ain't gonna work. Response is not chunked. E.g. see below:

$ curl -v https://httpbin.org/drip\?duration\=2\&numbytes\=29\&code\=200\&delay\=2            ─╯
*   Trying 34.234.159.18:443...
* Connected to httpbin.org (34.234.159.18) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by abhinavsingh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Question Questions related to proxy server v2.3.x Issues affecting stable releases on PyPi
2 participants
Converted from issue

This discussion was converted from issue #1040 on January 22, 2022 20:01.