in reply to Re^7: Setting HTTP Protocol Version
in thread Setting HTTP Protocol Version

The string "->protocol" only appears in http10.pm in reference to a response object.

$response = HTTP::Response->new($code, $msg); $response->protocol($ver);
The string does not appear at all in Protocol.pm.

Can u explain what ur getting at?

Replies are listed 'Best First'.
Re^9: Setting HTTP Protocol Version
by Anonymous Monk on Aug 28, 2009 at 23:39 UTC
    Smee again, maybe you can put on your reading glasses?