roxen:patches/EP-809

Last commit made on 2018-06-20
Get this branch:
git clone -b patches/EP-809 https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
patches/EP-809
Repository:
lp:roxen

Recent commits

2755c12... by Karl Gustav Sterneberg <email address hidden>

Added an "Elasticsearch client" to test modules. Will be used by Archive and Print test (setup) code. [EP-809]

ba180c5... by Karl Gustav Sterneberg <email address hidden>

Added etc/test/modules to path when running test setup scripts. [EP-809]

8b0a6c1... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws310' into devel

* patches/ws310:
  HTTP: Use the main code path for HTTP/0.9 requests too.

735a6a1... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

HTTP: Use the main code path for HTTP/0.9 requests too.

Perform the same request handling for HTTP/0.9 requests as for
HTTP/1.0 and later. In particular this includes character set
encoding. The only difference is that no headers are sent.

Fixes [WS-310].

97620f6... by =?utf-8?q?Jonas_Walld=C3=A9n?= <email address hidden>

On second thought, this version probably isn't bumped every build
so revert to previous value.

df5329c... by =?utf-8?q?Jonas_Walld=C3=A9n?= <email address hidden>

Version sync.

c28a73b... by Jonas Wallden <email address hidden>

Version bumped to 6.3.6 by buildsystem.

06d7203... by Jonas Wallden <email address hidden>

Version bumped to 6.3.1 by distmaker.

2c77544... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Merge branch 'patches/ws315' into devel

* patches/ws315:
  HTTP: Remove kludge working around bug in Netscape 4.7.

5d6e916... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

HTTP: Remove kludge working around bug in Netscape 4.7.

Netscape 4.7 (1999-09-30) didn't trust zero content-lengths when
using keep-alive, so we forced a Connection: Close in that case.

Netscape 4.7 is long obsolete, and all browsers released after
~2000 should have proper handling of Connection: Keep-Alive, and
the kludge was much too wide, so the time has come to remove it.

As a side-effect this fixes the WebDAV testsuite failing
due to too many TIME_WAIT sockets on Solaris 11.

Fixes [WS-315].