william-os4y / fapws3

Fast Asynchronous Python Web Server (based on libev)
GNU General Public License v2.0
341 stars 38 forks source link

[improvments] Remove http code-to-message mapping in base.py #22

Closed sunng87 closed 13 years ago

sunng87 commented 13 years ago

There is a function in httplib can handle this for you:

>>> httplib.responses[200]
'OK'
william-os4y commented 13 years ago

fixed.

Thanks for your contribution