[sr-dev] [kamailio/kamailio] Wanted HTTP/2 parser (#1794)

sergey-safarov notifications at github.com
Wed Jan 9 11:53:34 CET 2019


Think this issue of Amazon ELB. According [RFC7540](https://tools.ietf.org/html/rfc7540#section-8.1.3) examples server must return HTTP protocol version same as request.
* Request
```
POST /resource HTTP/1.1
```
Responce must be
```
HTTP/1.1 200 OK
```
Amazon returns
```
HTTP/2 200
```
Wrong version and `OK` is not present.
I will close ticket.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1794#issuecomment-452655223
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190109/14410429/attachment.html>


More information about the sr-dev mailing list