mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-11 03:48:34 +02:00
Obvious: emit each header once, not the last header N times.
This commit is contained in:
parent
36e72639de
commit
e0c38b0644
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ abstract class AphrontHTTPSink {
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($headers as $header) {
|
foreach ($headers as $header) {
|
||||||
|
list($name, $value) = $header;
|
||||||
$this->emitHeader($name, $value);
|
$this->emitHeader($name, $value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue