commit | eae837295d1f63ea46530a4f77108739f04a83c7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 29 11:52:51 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 29 11:55:36 2020 +0200 |
tree | 679f3ac7cce7911d1933336ec3436bad01ea84f7 | |
parent | a1062a4de8ba300979cc380b69b284f86dc13853 [diff] |
CLEANUP: http: add a few comments on certain functions' assumptions about streams get_http_auth() expects a valid stream but this is not mentioned, though fortunately it's always called from places which already check this. smp_prefetch_htx() performs all the required checks and is the key to the stability of almost all sample fetch functions, so let's make this clearer.