meinheld icon indicating copy to clipboard operation
meinheld copied to clipboard

TypeError: start_response() argument 1 must be str, not bytes

Open mayli opened this issue 4 years ago • 0 comments

python 3.7+meinheld 1.0.2

bench/hello/meinheld_server.py:

TypeError: start_response() argument 1 must be str, not bytes
Traceback (most recent call last):
  File "meinheld_server.py", line 7, in hello_world
    start_response(status, response_headers)

mayli avatar Apr 02 '21 22:04 mayli