Bug 65284 - Add log message when dialup handler declines because of open file
Summary: Add log message when dialup handler declines because of open file
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_dialup (show other bugs)
Version: 2.5-HEAD
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-01 08:54 UTC by Bingyu Shen
Modified: 2021-05-01 08:57 UTC (History)
0 users



Attachments
[patch] Add log when apr_file_open fails before returning declined (667 bytes, text/plain)
2021-05-01 08:54 UTC, Bingyu Shen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bingyu Shen 2021-05-01 08:54:51 UTC
Created attachment 37847 [details]
[patch] Add log when apr_file_open fails before returning declined

Add log message in modules/test/mod_dialup.c

When the
Comment 1 Bingyu Shen 2021-05-01 08:57:57 UTC
github issue here 

https://github.com/apache/httpd/pull/183