1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-17 13:21:04 +03:00

add handshake events handling

Summary: zmq4.3 bring up 4 more handshake events, add proper handling in sock monitor

Reviewed By: saifhhasan

Differential Revision: D15058676

fbshipit-source-id: d2553c7e32471a2403857741cbb77a40e50d353e
This commit is contained in:
Cen Zhao
2019-04-25 15:47:48 -07:00
committed by Facebook Github Bot
parent a6417f1e52
commit c4cdad4b30

View File

@@ -15,7 +15,7 @@ from shell_quoting import ShellQuoted
def fbcode_builder_spec(builder):
builder.add_option('zeromq/libzmq:git_hash', 'v4.2.5')
builder.add_option('zeromq/libzmq:git_hash', 'v4.2.2')
return {
'depends_on': [folly, fbthrift, gmock, sodium, sigar],
'steps': [