Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
814dd540
Commit
814dd540
authored
Jan 23, 2003
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 188712 Apple's Browser Safari does not support server-push
patch by melo@isp.novis.pt r=timeless a=justdave
parent
2c10f5e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
buglist.cgi
buglist.cgi
+7
-6
No files found.
buglist.cgi
View file @
814dd540
...
@@ -101,12 +101,13 @@ my $format = GetFormat("list/list", $::FORM{'format'}, $::FORM{'ctype'});
...
@@ -101,12 +101,13 @@ my $format = GetFormat("list/list", $::FORM{'format'}, $::FORM{'ctype'});
# http://www.browsercaps.org used as source of compatible browsers.
# http://www.browsercaps.org used as source of compatible browsers.
#
#
my
$serverpush
=
my
$serverpush
=
exists
$ENV
{
'HTTP_USER_AGENT'
}
$format
->
{
'extension'
}
eq
"html"
&&
$ENV
{
'HTTP_USER_AGENT'
}
=~
/Mozilla.[3-9]/
&&
exists
$ENV
{
'HTTP_USER_AGENT'
}
&&
$ENV
{
'HTTP_USER_AGENT'
}
!~
/[Cc]ompatible/
&&
$ENV
{
'HTTP_USER_AGENT'
}
=~
/Mozilla.[3-9]/
&&
$format
->
{
'extension'
}
eq
"html"
&&
$ENV
{
'HTTP_USER_AGENT'
}
!~
/[Cc]ompatible/
&&
!
defined
(
$::FORM
{
'serverpush'
})
&&
$ENV
{
'HTTP_USER_AGENT'
}
!~
/WebKit/
||
$::FORM
{
'serverpush'
};
&&
!
defined
(
$::FORM
{
'serverpush'
})
||
$::FORM
{
'serverpush'
};
my
$order
=
$::FORM
{
'order'
}
||
""
;
my
$order
=
$::FORM
{
'order'
}
||
""
;
my
$order_from_cookie
=
0
;
# True if $order set using $::COOKIE{'LASTORDER'}
my
$order_from_cookie
=
0
;
# True if $order set using $::COOKIE{'LASTORDER'}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment