Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

handle errors on heartbeat when the server closed the socket already #57

Merged
merged 1 commit into from
May 21, 2015

Conversation

benhyland
Copy link

Should fix issues #23 and facebook/buck#262 (see here for diagnosis).

Possible alternative to PR #49

@sdwilsh
Copy link

sdwilsh commented May 21, 2015

@jimpurbrick, can you help get this merged please?

martylamb added a commit that referenced this pull request May 21, 2015
handle errors on heartbeat when the server closed the socket already
@martylamb martylamb merged commit dc7e6c9 into facebookarchive:master May 21, 2015
@martylamb
Copy link
Contributor

Merged - thanks for the patch!

@sdwilsh
Copy link

sdwilsh commented May 21, 2015

This doesn't actually compile on OS X:

nailgun-client/ng.c:199:39: error: use of undeclared identifier 'MSG_NOSIGNAL'
n = send(s, buf+total, bytesleft, MSG_NOSIGNAL);
                                  ^

sdwilsh added a commit to facebook/buck that referenced this pull request Jun 15, 2015
Summary: This picks up facebookarchive/nailgun#57 and facebookarchive/nailgun#58 to actually close #262.

Test Plan: CI
denji added a commit to closure-gun/nailgun that referenced this pull request Jul 13, 2015
denji added a commit to closure-gun/nailgun that referenced this pull request Jul 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants