https://bz.apache.org/bugzilla/show_bug.cgi?id=70012
Bug ID: 70012
Summary: Substitute with empty replacement triggers subsequent
Substitute empty reply
Product: Apache httpd-2
Version: 2.4.57
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_substitute
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 40170
--> https://bz.apache.org/bugzilla/attachment.cgi?id=40170&action=edit
Docker compose project with a reproducer
I had been trying to manipulate m3u8 files with Apache2 yesterday.
Curl just closes the connection:
$> curl http://localhost:8080/badfile.txt -v
* Host localhost:8080 was resolved.
* IPv6: ::1
* IPv4: 127.0.0.1
* Trying [::1]:8080...
* Connected to localhost (::1) port 8080
> GET /badfile.txt HTTP/1.1
> Host: localhost:8080
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
* Empty reply from server
* Closing connection
curl: (52) Empty reply from server
$>
I've written a reproducer with docker-compose (attached).
Version: 2.4.58-1ubuntu8.8
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]