haproxy/include
Willy Tarreau 14bfe9af12 CLEANUP: stream-int: consistently call the si/stream_int functions
As long-time changes have accumulated over time, the exported functions
of the stream-interface were almost all prefixed "si_<something>" while
most private ones (mostly callbacks) were called "stream_int_<something>".
There were still a few confusing exceptions, which were addressed to
follow this shcme :
  - stream_sock_read0(), only used internally, was renamed stream_int_read0()
    and made static
  - stream_int_notify() is only private and was made static
  - stream_int_{check_timeouts,report_error,retnclose,register_handler,update}
    were renamed si_<something>.

Now it is clearer when checking one of these if it risks to be used outside
or not.
2018-12-19 15:25:43 +01:00
..
common MEDIUM: h2: properly check and deduplicate the content-length header in HTX 2018-12-19 13:08:08 +01:00
import
proto CLEANUP: stream-int: consistently call the si/stream_int functions 2018-12-19 15:25:43 +01:00
types CLEANUP: stream-int: consistently call the si/stream_int functions 2018-12-19 15:25:43 +01:00