summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorCraig Chi <craigchi@google.com>2020-08-04 14:31:15 -0700
committerCraig Chi <craigchi@google.com>2020-08-04 14:48:37 -0700
commit9094adfc2792945b344e393de977b3e8627ace72 (patch)
treec36e750db051d54f078763bf934c93c5d88a5451 /pkg
parentaf2f456735252b8412af676a3d6ff61690fdf9a7 (diff)
Fix FUSE integration test failed with ECONNREFUSED
The newer version of FUSE_INIT checks the response from the FUSE server if its major number is equal to 7. If it's not, then FUSE_INIT fails and further filesystem operations will get ECONNREFUSED. To mitigate this issue, we can send back a response with major version equals to 7 when consuming the first FUSE_INIT request. Fixes #3500
Diffstat (limited to 'pkg')
0 files changed, 0 insertions, 0 deletions