Re: Twisted - how to get text for HTTP error responses

2009-08-09 Thread exarkun
On 03:35 pm, koranth...@gmail.com wrote: Hi, I am writing a HTTP client in Twisted. The client contacts the server, and any errors in the sent messages will be returned back to the client in 400 message. The reason for failure at the server is sent as the text in the 400 message. I tried the sa

Twisted - how to get text for HTTP error responses

2009-08-09 Thread koranthala
Hi, I am writing a HTTP client in Twisted. The client contacts the server, and any errors in the sent messages will be returned back to the client in 400 message. The reason for failure at the server is sent as the text in the 400 message. I tried the same using the browser, and I can see the er