Syeda Persia Aziz

Results 7 comments of Syeda Persia Aziz

Talked with Adam. Assigning this to Tobias for now. @AdamBJ Could you please copy the text block that has the error "Assigning Additional Roles to the Local Host failed" during...

``` python import json from hyper import HTTPConnection import hyper import argparse def getResponseString(response): string = "HTTP/2 {0}\r\n".format(response.status) string+='date: '+response.headers.get('date')[0].decode('utf-8')+"\r\n" string+='server: '+response.headers.get('Server')[0].decode('utf-8')+"\r\n" return string def makerequest(port): hyper.tls._context = hyper.tls.init_context() hyper.tls._context.check_hostname...

You can reproduce the issue with the above code. It is the Connection field in the header that causes the issue.

Yes I do @Lukasa it tells me 'stream forcefully closed' as I try to read the response

`python3.5 h2client.py -p 443 Traceback (most recent call last): File "h2client.py", line 46, in main() File "h2client.py", line 43, in main makerequest(args.port) File "h2client.py", line 31, in makerequest response =...

hmm now It actually complains about that field `Traceback (most recent call last): File "h2client.py", line 46, in main() File "h2client.py", line 43, in main makerequest(args.port) File "h2client.py", line 26,...

any patch available for this one??? :grin: