Re: [Twisted-Python] HTTPClient handling LF only servers

2011-01-25 Thread Kevin Horn
On Tue, Jan 25, 2011 at 1:53 PM, wrote: > On 07:23 pm, kevin.h...@gmail.com wrote: > >On Tue, Jan 25, 2011 at 11:54 AM, Jason J. W. Williams < > >jasonjwwilli...@gmail.com> wrote: > >>Hi Y'all, > >Howdy, Jason! > >>Certain servers (notably Hacker News) break HTTPClient because they > >>use LF > >

Re: [Twisted-Python] HTTPClient handling LF only servers

2011-01-25 Thread Glyph Lefkowitz
On Jan 25, 2011, at 3:03 PM, Jason J. W. Williams wrote: >>> >>> Can we go ahead and close 2842 in favor of 4814? We have too many old >>> tickets floating around... >> >> #4814 is already closed. If the #2842 description is confusing, then >> feel free to update it to be more clear. :) >> >

Re: [Twisted-Python] Names DNS Client too chatty

2011-01-25 Thread Jason J. W. Williams
On Mon, Jan 24, 2011 at 10:01 PM, Glyph Lefkowitz wrote: > While I agree with the general sentiment (incremental improvements that can > be done now are pretty much always better than gigantic overhauls that have > to be put off until later) the current logging system is already pretty much > des

Re: [Twisted-Python] HTTPClient handling LF only servers

2011-01-25 Thread Jason J. W. Williams
>> >>Can we go ahead and close 2842 in favor of 4814?  We have too many old >>tickets floating around... > > #4814 is already closed.  If the #2842 description is confusing, then > feel free to update it to be more clear. :) > > We don't close old tickets as duplicates of new tickets, though.  That

Re: [Twisted-Python] HTTPClient handling LF only servers

2011-01-25 Thread exarkun
On 07:23 pm, kevin.h...@gmail.com wrote: >On Tue, Jan 25, 2011 at 11:54 AM, Jason J. W. Williams < >jasonjwwilli...@gmail.com> wrote: >>Hi Y'all, >Howdy, Jason! >>Certain servers (notably Hacker News) break HTTPClient because they >>use LF >>instead of CRLF to terminate header lines. I've uploaded

Re: [Twisted-Python] HTTPClient handling LF only servers

2011-01-25 Thread Tom Davis
On Tue, Jan 25, 2011 at 2:23 PM, Kevin Horn wrote: > On Tue, Jan 25, 2011 at 11:54 AM, Jason J. W. Williams < > jasonjwwilli...@gmail.com> wrote: > >> Hi Y'all, >> >> > Howdy, Jason! > > > >> Certain servers (notably Hacker News) break HTTPClient because they use LF >> instead of CRLF to terminat

Re: [Twisted-Python] HTTPClient handling LF only servers

2011-01-25 Thread Kevin Horn
On Tue, Jan 25, 2011 at 11:54 AM, Jason J. W. Williams < jasonjwwilli...@gmail.com> wrote: > Hi Y'all, > > Howdy, Jason! > Certain servers (notably Hacker News) break HTTPClient because they use LF > instead of CRLF to terminate header lines. I've uploaded a patch with tests > to ticket 4814 (m

Re: [Twisted-Python] Porting twisted methods to a synchronous environment

2011-01-25 Thread Don Dwiggins
On 1/24/2011 12:45 PM, Phil Christensen wrote: > On Jan 24, 2011, at 2:26 PM, Don Dwiggins wrote: >> I have a server that provides access to a database in the usual way, >> using adbapi to talk to an MSSQL server. Now, I'm facing the need to >> create an application that can access the server dire

[Twisted-Python] HTTPClient handling LF only servers

2011-01-25 Thread Jason J. W. Williams
Hi Y'all, Certain servers (notably Hacker News) break HTTPClient because they use LF instead of CRLF to terminate header lines. I've uploaded a patch with tests to ticket 4814 (merged into ticket 2842). I'd appreciate a review and some discussion about integrating it. -J Sent via iPhone Is