HTTP/1.1 200 OK
Via: 1.1 034bfb8694ea (tinyproxy/1.11.0)
Date: Sat, 12 Feb 2022 09:04:05 GMT
Server: Apache/2.4.35 (Unix)
DAV: 1,2
MS-Author-Via: DAV
Allow: OPTIONS,GET,HEAD,POST,DELETE,TRACE,PROPFIND,PROPPATCH,COPY,MOVE,PUT,LOCK,UNLOCK,CHECKOUT
Content-Length: 0
Content-Type: application/vnd.ms-excel.sheet.macroenabled.12
Tinyproxy version
1.11.0
Issue
what am I doing
I found this bug when connect to Subversion server via tinyproxy to get repository information.
First I configure the Subversion client proxy to port
8888in the fileC:\Users\Administrator\AppData\Roaming\Subversion\serversthen I execute the command
It send an HTTP request like
So I also tried to send this packet with curl again after timeout failure.
Also failed. However, if I remove the header
Transfer-Encoding:chunkedit works!what I expect
normal response
what I really got
timeout response