Hash :
9ec58fff
Author :
Date :
2021-06-17T15:41:49
use socketpair(2) instead of pipe(2) for bi-directional communication On Linux, pipes returned from pipe(2) only work in one direction. This broke 'got clone' over ssh in the -portable version because got-fetch-pack assumes it can use its fetchfd for both reading and writing. I wrote a complicated diff to use two pipe(2) calls instead of one, but millert suggested a simpler solution: Use socketpair(2) instead of pipe(2). ok millert jrick tracey
| Git HTTP | https://git.kmx.io/thodg/got.git |
|---|---|
| Git SSH | git@git.kmx.io:thodg/got.git |
| Public access ? | public |
| Description | |
|
Users |
|
| Tags |
|