Updated changes to readme
authorfrrobert2 <frrobert@stnectarios.org>
Wed, 28 Apr 2021 19:03:01 +0000 (15:03 -0400)
committerfrrobert2 <frrobert@stnectarios.org>
Wed, 28 Apr 2021 19:03:01 +0000 (15:03 -0400)
README.md

index fca1fff91260ed5dedc32afa5c3d02bd4e279538..d8fb67a3bbe2a3890d93b5535fd92041d90498d7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,10 +20,9 @@ fav=$(openssl s_client -crlf -quiet -connect "$domain:1965" <<<"gemini://$domain
 Since favicons are not part of the Gemini standard, you may not want favicons to display.  Commenting out the above line of code will prevent favicons from displaying.
 
 ### Updates
-2021-04-27 I added a timeout variable in that is used with the timeout command to timeout connecting after a designated time to an unresponsive server.  If the value for the variable is a number it is in seconds if it is a number followed by a m then it is in minutes.  
+2021-04-28 I added the logic that if the server times out on the first connect to skip the second connect.
 
-## Things to Do
-Currently the script checks the server for a favicon and the actual blog page, so it connects to a server twice.  Currently, the script will check even an unresponsive server twice.  I need to add the logic that if the server times out on the first connect to skip the second connect.
+2021-04-27 I added a timeout variable in that is used with the timeout command to timeout connecting after a designated time to an unresponsive server.  If the value for the variable is a number it is in seconds if it is a number followed by a m then it is in minutes.  
 
 ### Post about original script.