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

LWP::Protocol::http10 has no protocol() method. Nor does LWP::Protocol have one. Don't me smarmy.

I said look for ->protocol, not a protocol method.

I combed the source code of all those modules before I even posted.

Combed? Try Ctrl+F

Implementor is poorly documented and LWP::Protocol::http10 is not documented at all.

Can you explain how?

So don't act like "I should just know."

Huh?

Replies are listed 'Best First'.
Re^8: Setting HTTP Protocol Version
by wagnerc (Sexton) on Aug 28, 2009 at 19:17 UTC
    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?

      Smee again, maybe you can put on your reading glasses?