This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
http2: get path throws #76
Comments
Ah yes, this is caused by a recent change in the linked list api over in master. Some of the functions were removed and this part of the code hadn't been updated yet to reflect those changes. We have a PR here that should fix it: #75 |
Sadly not, it still throws:
the same applies for |
@robertkowalski Try #47 |
@sebdeckers with #47
|
Oops misread your code. Afaik request does not have a getHeader method. Most of the helper APIs for headers are only on the response object. |
thanks for explaining! 👍 btw I tried #47 and it worked (except the missing header method, but that seems to be expected). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To me it looks getting the path and/or headers is broken:
still haven't found out if the client doesn't send a path in general or if the issue is on the server side
depends on #75 -- without #75 a request crashes with:
The text was updated successfully, but these errors were encountered: