The currently available version is 2.01.9-N. See Distribution for how to obtain a copy.
See the history file for a list of the revisions, additions, and bug fixes.
New in v2.01.9-M...Now a caveat upon my own caveat: After further testing, I find that my OS2HTTPD server process on the same machine is actually returning responses for the very same script with an average delay of just over 3 seconds per request. It may be that the GoHTTP code might actually be a bit faster, but further testing is definitely needed... [DLM, 16 May]
In addition to speed, the asynchronous nature of the CGI (it pipes script output to temporary files...) prevents correct operation of CGI scripts that employ what is called Server-Push, or multipart segmented documents. The multipart, segmented documents will be successfully transmitted -- all at the same time, which defeats the intent of Server-Push.
A solution to this is has been developed, and is currently in testing. Early results show that the method which allows Server-Push is approximately 40% slower than the existing method, therefore work will have to be done to optimize performance. This may mean defining a special CGI directory for those CGI programs requiring the special treatment...