-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description in readme.MD #2
Comments
Wow! I was involved with Roxen as a user (and minor contributor) 20+ years ago. Roxen was so far ahead of its time, so I'm delighted to stumble across this. It's amazing to find Roxen here on GitHub, with commits that predate GitHub itself by 9 years or more!!! This repo deserves a README.md, if only for historical context. I know that Roxen CMS has continued to carry the banner, but this is the web-server that started it all. If history had been different, Apache would have been toast! |
This was a remnant of a previous implementation. Fixes [WS-91] Issues #2 & #9.
The session object may be destructed concurrently or directly by conf->get_file(). This caused errors like "Lookup in destructed object" in open_file() when it attempted to set session->file. The session->file value used for logging is now typically set from PutFileWrapper()->done(). Fixes [REP-1089] #2.
subject: Roxen 7.1: FTP improvements. Fixes [REP-1089]. from: a74646b to: 6ff0883 originator: Erik Allemann depends: 2023-10-03T173013 restart: true • FTP: Fix logging of ${bin-,}request-length when used with ftp. Previously it typically returned -${bin-,}request-data-length due to raw_bytes missing from RequestID2. • FTP: Improved logging of STOR-failures. • FTP: Fix race-condition in open_file() when handling STOR. The session object may be destructed concurrently or directly by conf->get_file(). This caused errors like "Lookup in destructed object" in open_file() when it attempted to set session->file. The session->file value used for logging is now typically set from PutFileWrapper()->done(). Fixes [REP-1089] #2. • RequestID: Move raw_bytes from http.pike to RequestID. This makes it available in RequestID2 too.
Could you add a
readme.MD
with general overview of what this repo contains. Describe relation to Roxen CMS?The text was updated successfully, but these errors were encountered: