Fix hang in xcb_request_check()
This fixes #53 (closed)
The issue was that libxcb expected to get a reply based on the request_expected variable, but a reply would never arrive because the request was never actually written. To resolve this, a separate request_expected_written variable is added.
Merge request reports
Activity
mentioned in issue #53 (closed)
mentioned in commit psychon/libxcb@3bd1b4cc
mentioned in merge request !23
Merge blocked: the source branch must be rebased onto the target branch.
Could you rebase this, please?
Also: Urgh, why does GitLab want this?!?
I just opened !23 which adds a test for this. I did not test whether this MR actually fixes that test, but... yeah... I'd be surprised if it doesn't.
added 12 commits
-
dde832b3...dc281187 - 11 commits from branch
xorg/lib:master
- 233d7b7f - Fix hang in xcb_request_check()
-
dde832b3...dc281187 - 11 commits from branch