Search found 1 match
- Sun May 13, 2007 5:52 pm
- Forum: User Contributions
- Topic: Trivial HTTP compliance fix
- Replies: 1
- Views: 2482
Trivial HTTP compliance fix
Hello, In zm_remote_camera.cpp (Version 1.22.3) ZoneMinder sends not 100% properly formatted HTTP requests (Line feed (\r) is missing), which is required, see http://www.faqs.org/rfcs/rfc1945.html section 6.1. This breaks at remote camera support here (server expects this LF). This trivial patch ...