Re: [Twisted-Python] HTML shoudl not be baked into twisted.web HTTPimplementation

2009-12-10 Thread Tristan Seligmann
On Thu, Dec 10, 2009 at 3:10 AM, Jared Gisin wrote: > It's unambiguously the correct default if you incorrectly assume that > you're always dealing with a web browser client, which is an invalid > assumption. Web browser clients are the most common case, at least at this point in time. On the fli

Re: [Twisted-Python] HTML shoudl not be baked into twisted.web HTTPimplementation

2009-12-09 Thread Johann Borck
Jared Gisin wrote: > It's unambiguously the correct default if you incorrectly assume that > you're always dealing with a web browser client, which is an invalid > assumption. > > It's not always - it is almost always, a textbook example for the applicability of a sensible default. > The botto

Re: [Twisted-Python] HTML shoudl not be baked into twisted.web HTTPimplementation

2009-12-09 Thread exarkun
On 01:10 am, jared.gi...@isilon.com wrote: >It's unambiguously the correct default if you incorrectly assume that >you're always dealing with a web browser client, which is an invalid >assumption. You've said that the current behavior is wrong, and you're saying that it's wrong to preserve the cu

Re: [Twisted-Python] HTML shoudl not be baked into twisted.web HTTPimplementation

2009-12-09 Thread sstein...@gmail.com
On Dec 9, 2009, at 8:10 PM, Jared Gisin wrote: > It's unambiguously the correct default if you incorrectly assume that > you're always dealing with a web browser client, which is an invalid > assumption. > > The bottom line is that twisted.web contains the only implement of HTTP > in twisted whic

Re: [Twisted-Python] HTML shoudl not be baked into twisted.web HTTPimplementation

2009-12-09 Thread Jared Gisin
.com [mailto:twisted-python-boun...@twistedmatrix.com] On Behalf Of James Y Knight Sent: Wednesday, December 09, 2009 1:38 PM To: Twisted general discussion Subject: Re: [Twisted-Python] HTML shoudl not be baked into twisted.web HTTPimplementation On Dec 9, 2009, at 4:18 PM, Valeriy Zamarayev wrote: