aboutsummaryrefslogtreecommitdiff
path: root/common/protocol.f90
diff options
context:
space:
mode:
Diffstat (limited to 'common/protocol.f90')
-rw-r--r--common/protocol.f903
1 files changed, 2 insertions, 1 deletions
diff --git a/common/protocol.f90 b/common/protocol.f90
index 9fc1171..d1cd18b 100644
--- a/common/protocol.f90
+++ b/common/protocol.f90
@@ -327,7 +327,8 @@ contains
end do
- bytes_received = retrieve_characters(conn%ssl, buffer)
+ ! Use a timeout here because the server has some work to do
+ bytes_received = retrieve_characters(conn%ssl, buffer, 1500)
end do
else