commit | 7552c031c0fe70e408881d524da02bd6f707a339 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Mar 01 11:10:40 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Mar 01 11:10:40 2009 +0100 |
tree | c309b3ab2f29f0a30497432b5ab451f7de1dd7d1 | |
parent | f49d1df25cf794b8801d919fda20266d90981c78 [diff] |
[MINOR] ensure that http_msg_analyzer updates pointer to invalid char If an invalid character is encountered while parsing an HTTP message, we want to get buf->lr updated to reflect it. Along this change, a few useless __label__ declarations have been removed because they caused gcc to consume stack space without putting anything there.