receive_encrypted_request(): Use the socket-timeout when waiting for new data
authorFabian Keil <fk@fabiankeil.de>
Sat, 18 Jul 2020 12:04:11 +0000 (14:04 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sat, 18 Jul 2020 13:37:24 +0000 (15:37 +0200)
commited4b05105372a8745a0e4493f7fb0fe41742ab12
tree5fd821c8fb5fbd4ce6339d3cd754347b95721d0c
parent76241df7485d4437bb78c1accfae97ee71578473
receive_encrypted_request(): Use the socket-timeout when waiting for new data

Previously the keep-alive-timeout was being used which
was inappropriate as we are waiting for data that belongs
to the same request.

Sponsored by: Robert Klemme
jcc.c