swoole / library

📚 Swoole Library
https://wiki.swoole.com/#/library
Apache License 2.0
237 stars 58 forks source link

Fix response header parsing when there is no space after the colon in the response header #27

Closed Yurunsoft closed 4 years ago

Yurunsoft commented 4 years ago

Fix response header parsing when there is no space after the colon in the response header

fix unresolved:

<?php
header('Content-Type:application/json');