Skip to content

Commit

Permalink
fix http interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lidanyang committed May 31, 2019
1 parent be84afa commit 0f0832f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Server/Beans/Http/MessageTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ public function withoutHeader($name)
}

$name = $this->headerNames[$normalized];

unset($this->headers[$name], $this->headerNames[$normalized]);

return $this;
Expand Down

0 comments on commit 0f0832f

Please sign in to comment.