MINOR: session: report lack of resources using the new stream-interface's error code
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 16:14:23 +0000 (17:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 16:14:23 +0000 (17:14 +0100)
commit6bbb2f68cda9854995fc8d726f93afc7350519cd
treea8a59afa742ad7f138967721977d33be6a91682d
parent2d400bb931442dda9c84014c3321794bf4d2c63d
MINOR: session: report lack of resources using the new stream-interface's error code

Let's now use SI_ET_CONN_RES to report lack of resources instead of
SO_ET_CONN_OTHER with a handcrafted code.
src/session.c