request is already processed on threadpool
This commit is contained in:
@@ -174,7 +174,6 @@ class ConnectionAcceptor {
|
||||
dis.readFully(ost)
|
||||
if (ost != "OST ".getBytes(StandardCharsets.US_ASCII))
|
||||
throw new IOException("Invalid POST connection")
|
||||
handshakerThreads.execute({
|
||||
JsonSlurper slurper = new JsonSlurper()
|
||||
try {
|
||||
byte uuid = new byte[36]
|
||||
@@ -202,7 +201,6 @@ class ConnectionAcceptor {
|
||||
} finally {
|
||||
e.closeQuietly()
|
||||
}
|
||||
} as Runnable)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user