<pierre.vi...@postfinance.ch> writes:

> I have captured the http traffic, you will find it in the attachment
> crash_http_capture.pcap. The debugging output of the HttpProxy is in
> the attachment crash_http.txt, it differs from the output when using
> https.  I had to switch from https to http for this. Please note that
> the crash occurs not exactly at the same time with http, and that we
> get the segmentation fault each time we run "ls" and not 30% of the
> time like with https: this could be an interesting point for the
> analyze.

I see why the client switches to the v1 protocol.  Your proxy is
changing the case of the HTTP headers and "SVN-Me-Resource" becomes
"Svn-me-resource".  That has uncovered a bug in the client: it does a
case-sensitive check for "SVN" before doing a case-insensitive check for
"svn-me-resource".

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to