sirn-se / websocket-php

[php-lib] WebSocket client and server in PHP
Other
106 stars 17 forks source link

Allow repeated headers when pulling HTTP messages #36

Closed sirn-se closed 8 months ago

sirn-se commented 8 months ago

If HTTP message included repeated headers, only the last was added to message. Now adds all headers.

Also removing unused use statement.

coveralls commented 8 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling f4fd6aabccd05c320f0f1db9db34db3509a47e14 on repeated-heades-fix into b59cf5de3352f52481e12028dafe6c3d77b32410 on v2.1-main.