- Notifications
You must be signed in to change notification settings - Fork5
Commit897a895
committed
When launching a child backend, take care to close file descriptors for
any other client connections that may exist (which would only happen ifanother client is currently in the authentication cycle). This avoidswastage of open descriptors in a child. It might also explain peculiarbehaviors like not closing connections when expected, since the kernelwill probably not signal EOF as long as some other backend is randomlyholding open a reference to the connection, even if the client went awaylong since ...1 parent608ddb7 commit897a895
1 file changed
+53
-17
lines changedLines changed: 53 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
| 205 | + | |
205 | 206 |
| |
206 | 207 |
| |
207 | 208 |
| |
| |||
1285 | 1286 |
| |
1286 | 1287 |
| |
1287 | 1288 |
| |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
| 1293 | + | |
| 1294 | + | |
| 1295 | + | |
| 1296 | + | |
| 1297 | + | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
1288 | 1334 |
| |
1289 | 1335 |
| |
1290 | 1336 |
| |
| |||
1918 | 1964 |
| |
1919 | 1965 |
| |
1920 | 1966 |
| |
1921 |
| - | |
1922 |
| - | |
1923 |
| - | |
1924 |
| - | |
1925 |
| - | |
1926 |
| - | |
1927 |
| - | |
1928 |
| - | |
1929 |
| - | |
1930 | 1967 |
| |
1931 | 1968 |
| |
1932 | 1969 |
| |
1933 | 1970 |
| |
1934 | 1971 |
| |
1935 | 1972 |
| |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
1936 | 1976 |
| |
1937 | 1977 |
| |
1938 | 1978 |
| |
| |||
2225 | 2265 |
| |
2226 | 2266 |
| |
2227 | 2267 |
| |
2228 |
| - | |
2229 |
| - | |
2230 |
| - | |
2231 |
| - | |
2232 |
| - | |
2233 |
| - | |
2234 |
| - | |
| 2268 | + | |
| 2269 | + | |
| 2270 | + | |
2235 | 2271 |
| |
2236 | 2272 |
| |
2237 | 2273 |
| |
|
0 commit comments
Comments
(0)