Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

1.6.2

Compare
Choose a tag to compare
@lsbardel lsbardel released this 28 Nov 19:32
· 245 commits to master since this release

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