index
:
delta/python-packages/waitress.git
bestpractices
body-less-304
bugfix/close-buffer
bugfix/ipv6_server_name
bugfix/nameinfo
bugfix/socket-server-name-port
bugfix/socket_flags_windows
bugfix/uppercase_verb
bugfix/winerror-windows
build-docs-on-travis
cleanup/use-with-statement-makefile
close-app-iter-on-disconnect
close-outbufs
connection-overflow-warning
contributing
crack-version
doc_translogger
docs-grammar-fix
drop-py34
error-task-disconnect
feature.exit-from-thread
feature.vendor-asyncore-180
feature.x_wsgi_url_scheme-header
feature/multiple_sockets
fix-265
fix-deadlock-on-disconnect
fix-multi-line-headers
fix-tox
fix.filewrapper_leak
fix.idemonkeys
fix.issue64
fix/thread_name
garden/update-supported-python-versions
invalid-whitespace-cont
iobase
main
master
optimize-outbuf-len
outbuf-high-watermark
pipelinefix
proxy-header-middleware
proxy-updates
py3-only
queue-depth-warnings
queue-depth-warnings-int
resource-warnings
seekable
set-input-terminated
so_sndbuf
speedup-test-suite
trigger
update-configs
update-tox
workflows
github.com: Pylons/waitress.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
waitress
/
tests
/
test_task.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
warn if there are more pending jobs than idle threads
Michael Merickel
2019-04-05
1
-20
/
+14
*
improve shutdown logic by having channel.cancel() interrupt the app_iter
Michael Merickel
2019-04-03
1
-26
/
+0
*
Use a set for threads instead of dict
Bert JW Regeer
2019-04-02
1
-8
/
+8
*
DummyLogger did not accept multiple args
Bert JW Regeer
2019-04-02
1
-2
/
+2
*
get rid of JustTesting hook
queue-depth-warnings
Michael Merickel
2019-04-02
1
-12
/
+13
*
adjust queue depth warnings to emit when all threads are busy
Michael Merickel
2019-04-02
1
-9
/
+14
*
Update tests to remote brackets from REMOTE_ADDR
Bert JW Regeer
2019-01-25
1
-4
/
+5
*
clear untrusted headers if trusted_proxy is set but does not match
Michael Merickel
2018-12-02
1
-72
/
+91
*
Try harder at getting the WSGI environ right
Bert JW Regeer
2018-12-02
1
-0
/
+44
*
Add test for X-Forwarded-By
Bert JW Regeer
2018-12-02
1
-0
/
+1
*
Add new tests for proxy header parsing
Bert JW Regeer
2018-12-02
1
-14
/
+475
*
addr should be a tuple of (ip, port)
Bert JW Regeer
2018-12-02
1
-1
/
+1
*
Merge pull request #202 from Pylons/body-less-304
Bert JW Regeer
2018-09-05
1
-0
/
+51
|
\
|
*
Rewrite removal of item from response_headers
Bert JW Regeer
2018-09-05
1
-0
/
+6
|
*
Test that sending message body on HTTP code 204/304
Bert JW Regeer
2018-08-31
1
-0
/
+28
|
*
Add test for 304 Not Modified
Bert JW Regeer
2018-08-31
1
-0
/
+17
*
|
Fix tests that verify WSGI environment
set-input-terminated
Bert JW Regeer
2018-08-31
1
-4
/
+6
|
/
*
Merge pull request #166 from alexanderlukanin13/http_204
Bert JW Regeer
2018-08-31
1
-0
/
+34
|
\
|
*
Test for HTTP 100 without Content-Length
Alexander Lukanin
2017-08-17
1
-0
/
+17
|
*
MUST NOT send Transfer-Encoding or Content-Length for 1xx or 204
Alexander Lukanin
2017-06-06
1
-0
/
+17
*
|
Use separate named logger for queue depth
Jamie Matthews
2017-11-15
1
-3
/
+3
*
|
Correct test for queue depth log
Jamie Matthews
2017-11-09
1
-1
/
+3
*
|
Add test for task queue depth logger
Jamie Matthews
2017-11-09
1
-0
/
+7
|
/
*
Check header names and status for line feed/carriage return. Fixes #122
Jason Madden
2016-03-19
1
-0
/
+14
*
Add failing test
Bert JW Regeer
2016-01-03
1
-0
/
+7
*
change tests based on code changes and make more assertions
Chris McDonough
2014-07-13
1
-4
/
+5
*
Merge branch 'master' of github.com:eli-collins/waitress into eli-collins-master
Chris McDonough
2014-07-13
1
-1
/
+15
|
\
|
*
Fix: start_response() should only re-raise exc_info if headers have been written
Eli Collins
2013-12-18
1
-1
/
+15
*
|
Only allow trustted proxies to overried request.urlscheme.
Tres Seaver
2014-03-10
1
-2
/
+22
*
|
Merge from master.
Tres Seaver
2014-03-10
1
-1
/
+21
|
\
\
|
|
/
|
*
Add a change note, fix test so it passes on Python versions without
Chris McDonough
2013-11-21
1
-1
/
+1
|
*
Merge branch 'master' of github.com:domruf/waitress into domruf-master
Chris McDonough
2013-11-21
1
-0
/
+10
|
|
\
|
|
*
add test_preserve_header_value_order
domruf
2013-09-20
1
-0
/
+10
|
*
|
- When the ``url_prefix`` adjustment starts with more than one slash, all
Chris McDonough
2013-11-21
1
-1
/
+11
|
|
/
*
|
Switch to using the quasi-standard 'X_FOWRARDED_PROTO' header.
Tres Seaver
2013-09-03
1
-2
/
+2
*
|
Enforce that 'X_WSGI_URL_SCHEME' must be one of 'http' or 'https'.
Tres Seaver
2013-09-03
1
-0
/
+14
*
|
Override 'wdgi.url_scheme' via a request header, 'X_WSGI_URL_SCHEME'.
Tres Seaver
2013-09-03
1
-0
/
+46
|
/
*
#4, on InternalServerError and HTTP 1.1 take care of the connection: close he...
Adam Groszer
2013-08-15
1
-1
/
+50
*
Fix: CONNECTION header will be HTTP_CONNECTION and not CONNECTION_TYPE
Adam Groszer
2013-08-15
1
-1
/
+13
*
add a url_prefix adjustment that behaves much like paste prefixmiddleware (to...
Chris McDonough
2013-08-12
1
-0
/
+21
*
autopep8 runthrough and janitorial changes.
Keith Gaughan
2013-05-23
1
-9
/
+24
*
Removed a warning that was displayed for HEAD requests.
Georges Dubus
2012-11-24
1
-0
/
+12
*
Fixed some assertions that were not wrong, but quite missleading.
Georges Dubus
2012-11-24
1
-3
/
+3
*
using -1 as a sentinel was a bad idea
Chris McDonough
2012-01-17
1
-1
/
+1
*
- Make sure when content-length header is set that file_wrapper serves no
Chris McDonough
2012-01-16
1
-0
/
+23
*
Support the WSGI ``wsgi.file_wrapper`` protocol as per
Chris McDonough
2012-01-16
1
-1
/
+33
*
- Fix PATH_INFO encoding/decoding on Python 3 (as per PEP 333, tunnel
Chris McDonough
2012-01-03
1
-1
/
+1
*
Features
Chris McDonough
2012-01-02
1
-1
/
+1
*
Bug Fixes
Chris McDonough
2011-12-31
1
-84
/
+54
*
coverage
pipelinefix
Chris McDonough
2011-12-30
1
-192
/
+205
[next]