[ 
https://issues.apache.org/jira/browse/TS-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13490618#comment-13490618
 ] 

Ben Reser commented on TS-871:
------------------------------

Worth nothing here that OPTIONS request does not have a body in the HTTP/1.1 
spec.  However, it does specify that future extensions may have a body and 
specifies the conditions in which to expect a body.  Subversion is using the 
OPTIONS request body.  

There is a sentence in the RFC that says that a server may discard the body.  
However, a proxy is not a "server" in the sense of the HTTP spec so you should 
be passing the body along.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
                
> Subversion (1.7) with serf fails with ATS in forward and reverse proxy mode
> ---------------------------------------------------------------------------
>
>                 Key: TS-871
>                 URL: https://issues.apache.org/jira/browse/TS-871
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: HTTP
>    Affects Versions: 3.0.0
>            Reporter: Igor Galić
>            Assignee: Leif Hedstrom
>             Fix For: 3.3.1
>
>         Attachments: ats_Thttp.debug.notime.txt, ats_Thttp.debug.txt, 
> revats_Thttp.debug.notime.txt, revats_Thttp.debug.txt, serf_proxy.cap, 
> serf_revproxy.cap, stats.diff, TS-871.diff
>
>
> When accessing a remote subversion repository via http or https with svn 1.7, 
> it will currently timeout:
> {noformat}
> igalic@tynix ~/src/asf % svn co 
> http://svn.apache.org/repos/asf/trafficserver/plugins/stats_over_http/
> svn: E020014: Unable to connect to a repository at URL 
> 'http://svn.apache.org/repos/asf/trafficserver/plugins/stats_over_http'
> svn: E020014: Unspecified error message: 504 Connection Timed Out
> 1 igalic@tynix ~/src/asf %
> {noformat}
> I have started traffic_server -Thttp and captured the output, which I'm 
> attaching.
> There's also a capture from the network.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to