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.98 by root, Mon Jan 24 20:03:24 2011 UTC vs.
Revision 1.99 by root, Fri Jan 28 01:17:25 2011 UTC

713 713
714 my $proxy = $arg{proxy} || $PROXY; 714 my $proxy = $arg{proxy} || $PROXY;
715 my $timeout = $arg{timeout} || $TIMEOUT; 715 my $timeout = $arg{timeout} || $TIMEOUT;
716 716
717 my ($uscheme, $uauthority, $upath, $query, undef) = # ignore fragment 717 my ($uscheme, $uauthority, $upath, $query, undef) = # ignore fragment
718 $url =~ m|(?:([^:/?#]+):)?(?://([^/?#]*))?([^?#]*)(?:(\?[^#]*))?(?:#(.*))?|; 718 $url =~ m|^([^:/?#]+):(?://([^/?#]*))?([^?#]*)(?:(\?[^#]*))?(?:#(.*))?$|;
719 719
720 $uscheme = lc $uscheme; 720 $uscheme = lc $uscheme;
721 721
722 my $uport = $uscheme eq "http" ? 80 722 my $uport = $uscheme eq "http" ? 80
723 : $uscheme eq "https" ? 443 723 : $uscheme eq "https" ? 443

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines