ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-HTTP/HTTP.pm
(Generate patch)

Comparing AnyEvent-HTTP/HTTP.pm (file contents):
Revision 1.77 by root, Sat Jan 1 19:13:41 2011 UTC vs.
Revision 1.78 by root, Sat Jan 1 19:32:41 2011 UTC

132 132
133=item 595 - errors during connection etsbalishment, proxy handshake. 133=item 595 - errors during connection etsbalishment, proxy handshake.
134 134
135=item 596 - errors during TLS negotiation, request sending and header processing. 135=item 596 - errors during TLS negotiation, request sending and header processing.
136 136
137=item 597 - errors during body receive or processing. 137=item 597 - errors during body receiving or processing.
138 138
139=item 598 - user aborted request in C<on_header> or C<on_body>. 139=item 598 - user aborted request via C<on_header> or C<on_body>.
140 140
141=item 599 - other, usually nonretryable, errors (garbled URL etc.). 141=item 599 - other, usually nonretryable, errors (garbled URL etc.).
142 142
143=back 143=back
144 144

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines