From eb4aeb9a43b62266314d809afa2d4191f1729ef7 Mon Sep 17 00:00:00 2001 From: Luca Sbardella Date: Mon, 28 Nov 2016 19:28:42 +0000 Subject: [PATCH] releasing --- docs/source/history/1.6.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/history/1.6.md b/docs/source/history/1.6.md index feabaca7..2b865d9b 100644 --- a/docs/source/history/1.6.md +++ b/docs/source/history/1.6.md @@ -1,11 +1,12 @@ ## Ver. 1.6.2 - 2016-Nov-28 -This release fix a critical bug in windows (pulsar needs to choose how and if to support windows). -It is now possible to install and run servers on windows (multiprocessing not working at the moment) +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](https://github.com/quantmind/pulsar/issues/260) -* Check if X-Forwarded-Proto is ``https`` in request headers to set secure WSGI flag -* ``absolute_uri`` with empty string returns the request uri +* 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