Tree @1.3.3 (Download .tar.gz)
KNOWN_ISSUES @1.3.3 — raw · history · blame
bjoern is buggy.
================
read this document. it contains a list of implementation limitations
you definitely should have in mind while developing with bjoern.
* Not fully WSGI compliant.
- the `start_response` callback does not return a `write` callback.
The `write` callback is a design mistake in WSGI and shouldn't be used at all.
|