Update to 5.2.8, and fix building with boost 1.68.
PR: 229697
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- flow/Net2.actor.cpp.orig 2018-05-11 01:30:59 UTC
|
||||
--- flow/Net2.actor.cpp.orig 2018-08-01 01:25:10 UTC
|
||||
+++ flow/Net2.actor.cpp
|
||||
@@ -56,7 +56,7 @@ uint64_t compatibleProtocolVersionMask = 0xfffffffffff
|
||||
@@ -56,7 +56,7 @@ uint64_t compatibleProtocolVersionMask =
|
||||
uint64_t minValidProtocolVersion = 0x0FDB00A200060001LL;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <execinfo.h>
|
||||
|
||||
volatile double net2liveness = 0;
|
||||
@@ -403,8 +403,7 @@ class Connection : public IConnection, ReferenceCounte
|
||||
@@ -403,8 +403,7 @@ private:
|
||||
|
||||
void init() {
|
||||
// Socket settings that have to be set after connect or accept succeeds
|
||||
|
||||
Reference in New Issue
Block a user