Skip to content

Commit

Permalink
remove tulip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Oct 21, 2013
1 parent 2c0d9ad commit 7ac100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asynchttp/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class HttpMessage:

HOP_HEADERS = None # Must be set by subclass.

SERVER_SOFTWARE = 'Python/{0[0]}.{0[1]} tulip/0.0'.format(sys.version_info)
SERVER_SOFTWARE = 'Python/{0[0]}.{0[1]} asyncio/0.0'.format(sys.version_info)

status = None
status_line = b''
Expand Down

0 comments on commit 7ac100b

Please sign in to comment.