diff options
Diffstat (limited to 'kpf/DESIGN')
-rw-r--r-- | kpf/DESIGN | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ Server May serve more than one request per connection (this is HTTP persistence.) Creates Request object on incoming request. Creates Response object when incoming request is fully received. - Sends Request and Response objects out via Q_SIGNALS, so that they + Sends Request and Response objects out via signals, so that they may be used by ActiveMonitorItem objects. WebServer |