Skip Menu |

This queue is for tickets about the HTTP-Proxy CPAN distribution.

Report information
The Basics
Id: 86503
Status: resolved
Priority: 0/
Queue: HTTP-Proxy

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.300
Fixed in: (no value)



Subject: 90httpstatus.t hamgs on Debian
$ perl -Mblib t/90httpstatus.t 1..45 ok 1 - 200 => 200 OK ok 2 - 201 => 201 Created ok 3 - 202 => 202 Accepted ok 4 - 203 => 203 Non-Authoritative Information ok 5 - 204 => 204 No Content ok 6 - 205 => 205 Reset Content ok 7 - 206 => 206 Partial Content ok 8 - 300 => 300 Multiple Choices ok 9 - 304 => 304 Not Modified ok 10 - 306 => 306 ok 11 - 301 => 301 Moved Permanently ok 12 - 301 => 200 (redirect) ok 13 - 302 => 302 Moved Temporarily ok 14 - 302 => 200 (redirect) not ok 15 - 303 => 303 Server closed connection without sending any data back # Failed test '303 => 303 Server closed connection without sending any data back' # at t/90httpstatus.t line 48. # got: '500' # expected: '303' ok 16 - 305 => 305 Use Proxy ok 17 - 305 => 200 (redirect) ok 18 - 307 => 307 Temporary Redirect ok 19 - 307 => 200 (redirect) ok 20 - 400 => 400 Bad Request ok 21 - 401 => 401 Unauthorized ok 22 - 402 => 402 Payment Required ok 23 - 403 => 403 Forbidden ok 24 - 404 => 404 Not Found ok 25 - 405 => 405 Method Not Allowed ok 26 - 406 => 406 Not Acceptable ok 27 - 407 => 407 Proxy Authentication Required ok 28 - 408 => 408 Request Time-out ok 29 - 409 => 409 Conflict ok 30 - 410 => 410 Gone ok 31 - 411 => 411 Length Required ok 32 - 412 => 412 Precondition Failed ok 33 - 413 => 413 Request Entity Too Large ok 34 - 414 => 414 Request-URI Too Large ok 35 - 415 => 415 Unsupported Media Type ok 36 - 416 => 416 Request Range Not Satisfiable ok 37 - 417 => 417 Expectation Failed ok 38 - 418 => 418 I'm a teapot ok 39 - 500 => 500 Internal Server Error ok 40 - 501 => 501 Not Implemented ok 41 - 502 => 502 Bad Gateway ok 42 - 503 => 503 Service Unavailable ok 43 - 504 => 504 Gateway Time-out ok 44 - 505 => 505 HTTP Version not supported (hangs) -- Alexandr Ciornii, http://chorny.net
On Thu Jun 27 19:18:40 2013, CHORNY wrote: Show quoted text
> $ perl -Mblib t/90httpstatus.t > 1..45 > ok 1 - 200 => 200 OK
... Show quoted text
> ok 44 - 505 => 505 HTTP Version not supported > (hangs)
Is this still an issue with recent releases? --BooK
On Mon Jun 15 20:29:57 2015, BOOK wrote: Show quoted text
> On Thu Jun 27 19:18:40 2013, CHORNY wrote:
> > $ perl -Mblib t/90httpstatus.t > > 1..45 > > ok 1 - 200 => 200 OK
> ...
> > ok 44 - 505 => 505 HTTP Version not supported > > (hangs)
> > Is this still an issue with recent releases?
no -- Alexandr Ciornii, http://chorny.net
On Tue Jun 16 17:39:48 2015, CHORNY wrote: Show quoted text
> On Mon Jun 15 20:29:57 2015, BOOK wrote:
> > On Thu Jun 27 19:18:40 2013, CHORNY wrote:
> > > $ perl -Mblib t/90httpstatus.t > > > 1..45 > > > ok 1 - 200 => 200 OK
> > ...
> > > ok 44 - 505 => 505 HTTP Version not supported > > > (hangs)
> > > > Is this still an issue with recent releases?
> > no >
Thanks. Closing the issue, then. Regards, -- BooK