mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 14:51:27 +02:00
CLEANUP: mux-fcgi: Remove the unused function fcgi_strm_id()
This patch partially fixes the issue #295.
This commit is contained in:
parent
d022e9c98b
commit
82c798a082
@ -613,12 +613,6 @@ static inline int fcgi_conn_is_dead(struct fcgi_conn *fconn)
|
|||||||
/* functions below are for the FCGI protocol processing */
|
/* functions below are for the FCGI protocol processing */
|
||||||
/********************************************************/
|
/********************************************************/
|
||||||
|
|
||||||
/* Returns the stream if of stream <fstrm> or 0 if <strm> is NULL */
|
|
||||||
static inline int fcgi_strm_id(const struct fcgi_strm *fstrm)
|
|
||||||
{
|
|
||||||
return (fstrm ? fstrm->id : 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Marks an error on the stream. */
|
/* Marks an error on the stream. */
|
||||||
static inline void fcgi_strm_error(struct fcgi_strm *fstrm)
|
static inline void fcgi_strm_error(struct fcgi_strm *fstrm)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user