| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.6.2.tar.gz | 2016-11-28 | 1.7 MB | |
| 1.6.2.zip | 2016-11-28 | 1.8 MB | |
| README.md | 2016-11-28 | 611 Bytes | |
| Totals: 3 Items | 3.5 MB | 0 | |
This release fixes a critical bug in windows (pulsar needs to choose how and if to officially support windows).
It is now possible to install and run servers on windows (multiprocessing not working at the moment,
pass -w 0 when running servers).
- Critical bug fix for pulsar in windows #260
- Check if X-Forwarded-Proto is available and equal to https in request headers to set the secure WSGI flag
- request.absolute_uri("") method with empty string returns the request uri
- Added logger property to request to allow to override the server logger