Commit 3f5f2ce7 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Tree bustage fix: eliminates the tabs that have been introduced while checking…

Tree bustage fix: eliminates the tabs that have been introduced while checking in the patch for bug 226251.
parent 7883861f
......@@ -122,9 +122,9 @@ sub multipart_init {
$self->{'final_separator'} = "\r\n--$boundary--\r\n";
my $type = SERVER_PUSH($boundary);
return $self->header(
-nph => 0,
-type => $type,
(map { split "=", $_, 2 } @other),
-nph => 0,
-type => $type,
(map { split "=", $_, 2 } @other),
) . "WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY." . $self->multipart_end;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment