Unbit
5348d803d6
fixed 963
2015-07-19 08:14:14 +02:00
Curtis
057cfe761f
Tidy with flake8
2015-04-11 22:50:11 +10:00
Unbit
353cbb9ab2
fixed SERVER_NAME in http router
2014-11-22 13:35:27 +01:00
Unbit
68a17d0b51
ported peer name fixes
2014-11-22 13:33:14 +01:00
Unbit
96a5ef488c
fix peer name in corerouters [2]
2014-11-22 13:28:32 +01:00
Roberto De Ioris
e46b75924c
fix http for merging
2014-11-22 13:28:30 +01:00
Unbit
63b93aaddd
another round of ssl fixes
2014-11-18 19:22:14 +01:00
Unbit
81d2eccc75
try to improve ssl management
2014-11-18 19:21:59 +01:00
Unbit
ffd7487e48
fixed modifers usage in corerouters
2014-11-15 13:21:01 +01:00
Unbit
c9c1ff676f
ported 2.0.9 improvements
2014-11-14 15:43:47 +01:00
Unbit
8053bb4cab
ABI compatibility fixes
2014-10-24 17:14:27 +02:00
Unbit
5953573c3b
fix ssl shutdown management
2014-10-24 11:43:18 +02:00
Unbit
bd07f82227
better management of rtsp requests
2014-10-21 09:01:59 +02:00
Roberto De Ioris
732ed3eb67
added automatic management of chunked input in http router
2014-10-19 12:52:11 +02:00
Roberto De Ioris
ffeefea93b
preliminary support for RTSP
2014-09-29 11:56:11 +02:00
Unbit
50f41da7ec
added support for mountpoints in subscription system
2014-07-12 11:05:14 +02:00
Unbit
d121b23fd4
fixed per-subscription protocol support
2014-07-12 08:48:29 +02:00
Unbit
ddc737627e
refactored httprouter parser to be in 2 steps
2014-07-12 08:04:01 +02:00
Unbit
8ba4c80ee0
fixed SSL build
2014-06-11 11:32:20 +02:00
Roberto De Ioris
1986f2ddd9
added support for http backend nodes in httprouter
2014-06-06 06:00:20 +02:00
Roberto De Ioris
7fa0955083
fixed http-manage-source type
2014-06-01 06:48:03 +02:00
Roberto De Ioris
5f86d9522f
hack for avoiding Safari iOS to make mess with keepalive
2014-05-21 21:35:54 +02:00
Roberto De Ioris
309115d611
allow to enable the proxy protocol management only in the http router
2014-05-17 11:52:58 +02:00
unbit
5881d41b2b
Merge pull request #627 from blue-goji/proxy-protocol-for-http-module
...
Add ELB proxy protocol support to the HTTP module.
2014-05-16 18:31:43 +02:00
Glenn Maynard
9fe4b7b14a
Add ELB proxy protocol support to the HTTP module.
...
Previously, this was only supported with http-socket. If you're
using http-socket, you probably have a webserver on top of you--and if
you have that, then uWSGI isn't receiving the proxy protocol anyway.
2014-05-16 16:16:01 +00:00
Unbit
accf622ffc
fixed #623
2014-05-13 13:26:00 +02:00
Roberto De Ioris
509a3c5cd4
fixed #620
2014-05-08 06:48:30 +02:00
Unbit
3f93a0b8e4
improved icecast2 management
2014-05-07 06:53:30 +02:00
Unbit
4408b655a4
implement a form of virtualhosting for http/1.0 icecast2 source requests
2014-05-07 06:47:45 +02:00
Roberto De Ioris
6c77dd0e38
fixed typo in SOURCE manager
2014-05-07 06:08:19 +02:00
Roberto De Ioris
27e506c72a
added SOURCE management to http router
2014-05-07 06:06:14 +02:00
Unbit
4f8c41cf61
fix headers parsing in http router
2014-04-06 10:15:24 +02:00
Unbit
5f759f0d26
allow duplicate headers in http router
2014-04-05 10:14:11 +02:00
Unbit
3a82732b19
advanced http timeout management
2014-04-05 07:57:01 +02:00
Łukasz Mierzwa
858131ba57
merge duplicated headers when SPDY is enabled, fixes #572
2014-03-27 21:32:51 +01:00
Łukasz Mierzwa
2bba4cf15a
Lowercase only header keys, not values. Fixes #572
2014-03-16 23:43:28 +01:00
Unbit
b0e6d19d5c
added --http-server-name-as-http-host
2014-01-16 07:12:56 +01:00
Unbit
b3bba48d1a
add buffer-size configuration to the other routers
2014-01-03 17:24:40 +01:00
Unbit
18972d95a8
improved subscription system
2014-01-03 17:22:23 +01:00
Riccardo Magliocchetti
8b90efc567
plugins/http: check return value of uwsgi_cr_set_hooks
...
Reported by Coverity as CID #970970
2013-12-28 15:54:59 +01:00
Unbit
6d91b7317d
try to address a strange crash
2013-12-28 07:10:23 +01:00
Unbit
30c6ac8cb8
allows gateway to drop privileges
2013-12-16 17:09:39 +01:00
Pavlo Kapyshin
c62aa8e7ed
Fix typos
2013-11-11 23:05:30 +02:00
Unbit
5d8e5d943f
improved smartos support
2013-08-29 10:30:01 +00:00
Unbit
ec27d624c3
fixed http-keepalive memleak
2013-07-26 12:17:23 +02:00
Unbit
f4a1d76396
try to fix auto chunking in http router
2013-07-17 16:21:13 +02:00
Unbit
294452eef7
added support for retry in http router
2013-06-25 07:56:01 +02:00
Roberta Giordano
23843163ad
right fix for pipeline requests
2013-05-22 07:41:18 +02:00
Unbit
3a7ba3675b
better sanity check for http requests
2013-05-20 23:44:05 +02:00
Unbit
59eda11c1b
Merge branch 'master' of https://github.com/unbit/uwsgi
2013-05-20 18:58:21 +02:00