projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4472517
)
handle_established_connection(): Improve an error message
author
Fabian Keil
<fk@fabiankeil.de>
Sat, 3 May 2025 15:31:09 +0000
(17:31 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Wed, 18 Jun 2025 03:48:30 +0000
(
05:48
+0200)
jcc.c
patch
|
blob
|
history
diff --git
a/jcc.c
b/jcc.c
index
55a36f5
..
99aebf0
100644
(file)
--- a/
jcc.c
+++ b/
jcc.c
@@
-3975,7
+3975,8
@@
static void handle_established_connection(struct client_state *csp)
if (!csp->headers->first->str)
{
- log_error(LOG_LEVEL_ERROR, "header search: csp->headers->first->str == NULL, assert will be called");
+ log_error(LOG_LEVEL_ERROR, "Header search failed unexpectedly: "
+ "csp->headers->first->str == NULL.");
}
assert(csp->headers->first->str);