Commit 7031717155b6664a8740f70bac9ea30ba10bc2c8

  • avatar
  • Gisle Aas (Committer)
  • Fri Sep 12 17:37:55 CEST 2008
  • avatar
  • amire80 <amir.aharoni @gm…l.com> (Author)
  • Fri Sep 12 17:37:55 CEST 2008
Documentation typo fixes [RT#38203]
  
717717
718718=item $c->get_request( $headers_only )
719719
720This method read data from the client and turns it into an
720This method reads data from the client and turns it into an
721721C<HTTP::Request> object which is returned. It returns C<undef>
722722if reading fails. If it fails, then the C<HTTP::Daemon::ClientConn>
723723object ($c) should be discarded, and you should not try call this
750750unconsumed bytes here. You also need this buffer if you implement
751751services like I<101 Switching Protocols>.
752752
753This method always return the old buffer content and can optionally
753This method always returns the old buffer content and can optionally
754754replace the buffer content if you pass it an argument.
755755
756756=item $c->reason