This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
XRay
mirror of
https://github.com/aaronpk/XRay.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
77
Wiki
Activity
Browse Source
fix should follow redirects check
pull/39/head
Aaron Parecki
8 years ago
parent
8dc0caa4d0
commit
b7f49a7958
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/HTTP.php
+ 1
- 1
lib/HTTP.php
View File
@ -31,7 +31,7 @@ class HTTP {
}
private
function
_class
(
$url
)
{
if
(
should_follow_redirects
(
$url
))
{
if
(
!
should_follow_redirects
(
$url
))
{
return
'p3k\HTTPStream'
;
}
else
{
return
'p3k\HTTPCurl'
;
Write
Preview
Loading…
Cancel
Save