Re: relayd http persistent connection

2016-08-04 Thread Paul Fariello
destination changed. Feel free to comment. Regards, -- Paul Fariello PGP: 0x672CDD2031AAF49B ? .gitignore ? 0001-Remove-superfluous-http-method-handling-for-request-.patch ? README.md Index: relay.c === RCS file: /cvs/src/usr.sbin

Re: relayd: http protocol not supporting some http methods

2016-07-27 Thread Paul Fariello
Hi Raul, On Wed, Jul 27, 2016 at 09:42:23AM -0400, Raul Miller wrote: > On Wed, Jul 27, 2016 at 8:00 AM, Paul Fariello <p...@fariello.eu> wrote: > > Ok. I didn't notice that relayd had a security filtering focus. If so, > > enforcing presence/absence of body i

Re: relayd: http protocol not supporting some http methods

2016-07-27 Thread Paul Fariello
On Wed, Jul 27, 2016 at 01:31:28PM +0200, Reyk Floeter wrote: > > > On 27.07.2016, at 12:41, Paul Fariello <p...@fariello.eu> wrote: > > > > On Wed, Jul 27, 2016 at 12:18:06PM +0200, Reyk Floeter wrote: > >> > >> What are you trying to

Re: relayd: http protocol not supporting some http methods

2016-07-27 Thread Paul Fariello
; the webdav diff that I sent before is only part of the fix. Sorry, I missed your patch. -- Paul Fariello PGP: 0x672CDD2031AAF49B

Re: relayd: http protocol not supporting some http methods

2016-07-27 Thread Paul Fariello
On Wed, Jul 27, 2016 at 11:26:28AM +0200, Paul Fariello wrote: > On Wed, Jul 27, 2016 at 11:08:17AM +0200, Michael Lechtermann wrote: > > > > > On 27Juli, 2016, at 10:19, Paul Fariello <p...@fariello.eu> wrote: > > > > > > relayd logs and svn server l

Re: relayd: http protocol not supporting some http methods

2016-07-27 Thread Paul Fariello
On Wed, Jul 27, 2016 at 11:08:17AM +0200, Michael Lechtermann wrote: > > > On 27Juli, 2016, at 10:19, Paul Fariello <p...@fariello.eu> wrote: > > > > relayd logs and svn server log could really help. > > > > I can't reproduce it since I don't have a workin

Re: relayd: http protocol not supporting some http methods

2016-07-27 Thread Paul Fariello
to > OPTIONS request for 'https://www../svn/repo' Missed this log. So it fails on OPTIONS method which is part of HTTP/1.1, RFC 7231. relayd logs and svn server log could really help. I can't reproduce it since I don't have a working svn server. > > Regards, > Michael > -- Paul Fariello PGP: 0x672CDD2031AAF49B

Re: relayd: http protocol not supporting some http methods

2016-07-27 Thread Paul Fariello
On Wed, Jul 27, 2016 at 10:01:43AM +0200, Stefan Sperling wrote: > On Wed, Jul 27, 2016 at 09:55:24AM +0200, Paul Fariello wrote: > > Do you know which http method svn is using ? > > See https://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav Thanks for the refer

Re: relayd: http protocol not supporting some http methods

2016-07-27 Thread Paul Fariello
rough relayd. > > # svn up > svn: Server sent unexpected return value (400 Bad Request) in response to > OPTIONS request for 'https://www../svn/repo' > > Regards, > Michael > > > Paul Fariello <p...@fariello.eu> hat am 27. Juni 2016 um 21:19 geschrieben: > >

Re: relayd: http protocol not supporting some http methods

2016-06-27 Thread Paul Fariello
Hi, here is an updated patch adding support for WebDAV Versioning Extensions RFC3253. Regards, Paul On Mon, Jun 27, 2016 at 09:35:20AM +0200, Paul Fariello wrote: > Hi, > > I've encountered the exact same issue. I think this is due to a miss > handling of message-body. > &