[Bug 58158] Not honoring HTTP spec with regard to Accept-Encoding

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58158

Christophe JAILLET  changed:

   What|Removed |Added

   Keywords||FixedInTrunk

--- Comment #5 from Christophe JAILLET  ---
Fixed in trunk in r1868313.

If you could confirm the fix, it would be great.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 58158] Not honoring HTTP spec with regard to Accept-Encoding

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58158

--- Comment #4 from Christophe JAILLET  ---
Tests added in r1868312.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 63839] New: DeflateBufferSize has no effect on Content-Length header, docs say it should

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63839

Bug ID: 63839
   Summary: DeflateBufferSize has no effect on Content-Length
header, docs say it should
   Product: Apache httpd-2
   Version: 2.4.41
  Hardware: PC
Status: NEW
  Severity: normal
  Priority: P2
 Component: mod_deflate
  Assignee: bugs@httpd.apache.org
  Reporter: m...@contact.de
  Target Milestone: ---

The documentation states, that mod_deflate handles a Content-Length header
differently, when the response fits:

"""The DeflateBufferSize directive specifies the size in bytes of the fragments
that zlib should compress at one time. If the compressed response size is
bigger than the one specified by this directive then httpd will switch to
chunked encoding (HTTP header Transfer-Encoding set to Chunked), with the side
effect of not setting any Content-Length HTTP header."""

I tried with a trivial mod_wsgi app sending tiny pages (300 Bytes) with
Content-Length set, and always get 'Transfer-Encoding: chunked' no matter what
DeflateBufferSize is set to.

Browsing through the code, i only saw mod_deflate removing Content-Length but
never setting it anywhere, so i assume it does not set it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 63503] Reverse proxy server - SIGSEGV

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63503

--- Comment #29 from Ruediger Pluem  ---
Committed to trunk as r1868294, r1868295 and r1868296.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 63503] Reverse proxy server - SIGSEGV

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=63503

--- Comment #28 from Don Poitras  ---
Good news! We were able to reproduce the error, applied the patch, re-ran the
test and saw no error messages and no core files. We're satisfied that this fix
will work for us and we'll include in our next shipment. Thanks Ruediger for
writing the comprehensive fix. Much appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 62726] SetOutputFilter using lua is unstable

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62726

Frank  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from Frank  ---
Ops I forget to set status to NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 62726] SetOutputFilter using lua is unstable

2019-10-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62726

--- Comment #2 from Frank  ---
Sure

LuaCodeCache never

removes the crashes, but up to my understanding now the lua-code is getting
compiled everytime a request comes in.
That def. not want I was dreaming of

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org