[issue11463] IncompleteRead: IncompleteRead(168 bytes read)

2011-03-19 Thread Senthil Kumaran
Senthil Kumaran added the comment: Since the reporter did not get back with more details (testing against curl or a HEAD output to eliminate server issues), I am closing this issue. -- resolution: -> invalid status: pending -> closed ___ Python tra

[issue11463] IncompleteRead: IncompleteRead(168 bytes read)

2011-03-18 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue11463] IncompleteRead: IncompleteRead(168 bytes read)

2011-03-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: 2.6 is only open for security issues, so any verification should use later version. -- nosy: +terry.reedy status: pending -> open versions: -Python 2.6 ___ Python tracker __

[issue11463] IncompleteRead: IncompleteRead(168 bytes read)

2011-03-11 Thread Senthil Kumaran
Senthil Kumaran added the comment: Yes, please ensure that server is returning a proper HTTP response. Test it against browser or curl and see if they work. If they work, then it needs to be investigated as why 'http.client' is not working. -- assignee: -> orsenthil nosy: +orsenthil

[issue11463] IncompleteRead: IncompleteRead(168 bytes read)

2011-03-10 Thread Humberto Diogenes
Humberto Diogenes added the comment: Luís, please analyse the response from the web server to see if it really is a valid HTTP response - AFAIK CPanel web services do not always give valid HTTP responses. -- components: +Library (Lib) type: resource usage -> behavior

[issue11463] IncompleteRead: IncompleteRead(168 bytes read)

2011-03-10 Thread Luís Antônio Araújo de Brito
Changes by Luís Antônio Araújo de Brito : -- nosy: +hdiogenes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue11463] IncompleteRead: IncompleteRead(168 bytes read)

2011-03-10 Thread Luís Antônio Araújo de Brito
New submission from Luís Antônio Araújo de Brito : Hi folks, I have an app that talk with cPanel for create/suspend/unsuspend/kill domaind.. So when I use the urllib2 to get response for cPanel and read it. It show the IncompleteRead except. I get the same URL in a browser and the resp