4 Apache Events in 2019: DC Roadshow soon; next up Chicago, Las Vegas, and Berlin!

2019-03-06 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this because you are subscribed to one or more user mailing lists for an Apache Software Foundation project.) TL;DR: * Apache Roadshow DC is in 3 weeks. Register now at https://apachecon.com/usroadshowdc19/ * Registration for Apache Roadshow Chicago is

Re: HTTP request parser

2019-03-06 Thread Jochen Wiedmann
Thanks very much, Oleg. DefaultHttpRequestParser sounds promising! Jochen On Wed, Mar 6, 2019 at 10:18 AM Oleg Kalnichevski wrote: > > On Wed, 2019-03-06 at 09:50 +0100, Jochen Wiedmann wrote: > > Whole request, content might be interesting, sooner or later. > > > > Thanks, > > > > Jochen > > >

Re: R: RequestConfig socket, connect and connectionRequest timeout default values

2019-03-06 Thread Oleg Kalnichevski
On Wed, 2019-03-06 at 09:50 +, Raffaele Gambelli wrote: > Thanks Oleg, > > have you some references about what JRE could set? > > Thinking about connectionRequestTimeout ,how could JRE choose a > timeout like that, that is a timeout to get a connection from >

R: RequestConfig socket, connect and connectionRequest timeout default values

2019-03-06 Thread Raffaele Gambelli
Thanks Oleg, have you some references about what JRE could set? Thinking about connectionRequestTimeout ,how could JRE choose a timeout like that, that is a timeout to get a connection from PoolingHttpClientConnectionManager? I can understand a socket timeout or a connection one but not a

Re: RequestConfig socket, connect and connectionRequest timeout default values

2019-03-06 Thread Oleg Kalnichevski
On Wed, 2019-03-06 at 08:31 +, Raffaele Gambelli wrote: > Hi all, > > what does it mean this sentence in getConnectTimeout, > getConnectionRequestTimeout and getSocketTimeout: > > " A timeout value of zero is interpreted as an infinite timeout. A > negative value is interpreted as undefined

Re: HTTP request parser

2019-03-06 Thread Oleg Kalnichevski
On Wed, 2019-03-06 at 09:50 +0100, Jochen Wiedmann wrote: > Whole request, content might be interesting, sooner or later. > > Thanks, > > Jochen > > You can use HttpRequestParser to parse out request heads from an arbitrary input stream.

Re: HTTP request parser

2019-03-06 Thread Jochen Wiedmann
Whole request, content might be interesting, sooner or later. Thanks, Jochen On Wed, Mar 6, 2019, 09:28 Oleg Kalnichevski wrote: > On Wed, 2019-03-06 at 00:07 +0100, Jochen Wiedmann wrote: > > Hi, > > > > I've got a set of files, which basically contain raw HTTP requests. > > (I > > obtained

RequestConfig socket, connect and connectionRequest timeout default values

2019-03-06 Thread Raffaele Gambelli
Hi all, what does it mean this sentence in getConnectTimeout, getConnectionRequestTimeout and getSocketTimeout: " A timeout value of zero is interpreted as an infinite timeout. A negative value is interpreted as undefined (system default)." That system default in particular, what is? Could

Re: HTTP request parser

2019-03-06 Thread Oleg Kalnichevski
On Wed, 2019-03-06 at 00:07 +0100, Jochen Wiedmann wrote: > Hi, > > I've got a set of files, which basically contain raw HTTP requests. > (I > obtained them by wiretrapping my own network traffic.) > > Now, I'd like to parse, and validate them. Is there something in > httpcomponents, that might