From 8ed5d3b5bf97f5a459c5bbe7f9264903cb728d88 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Mon, 15 Jan 2024 23:28:41 +0000 Subject: snapshot of project "lynx", label v2-9-0 --- WWW/Library/Implementation/HTTCP.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'WWW/Library/Implementation') diff --git a/WWW/Library/Implementation/HTTCP.c b/WWW/Library/Implementation/HTTCP.c index de5551ef..f4b45977 100644 --- a/WWW/Library/Implementation/HTTCP.c +++ b/WWW/Library/Implementation/HTTCP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTCP.c,v 1.168 2024/01/14 11:00:25 tom Exp $ + * $LynxId: HTTCP.c,v 1.169 2024/01/14 19:19:39 tom Exp $ * * Generic Communication Code HTTCP.c * ========================== @@ -2490,6 +2490,10 @@ int HTDoRead(int fildes, } else if (ret > 0) { ready = TRUE; } else if (HTWasInterrupted(&result)) { +#ifdef USE_READPROGRESS + if (tries > TRIES_PER_SECOND) + result = 0; +#endif break; } } -- cgit 1.4.1-2-gfad0 Unnamed repository; edit this file 'description' to name the repository.
about summary refs log blame commit diff stats
path: root/font.c
blob: a6b822519ed6e957fe32dd27edbc2a4b82e491e8 (plain) (tree)