bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.37k stars 1.46k forks source link

reuse port in Bjoern adapter #1231

Closed rcarmo closed 4 years ago

rcarmo commented 4 years ago

This affords a considerable saving in terms of system resources.

defnull commented 4 years ago

Looks save to do. Thanks