Differences From Artifact [e8ffa692ce]:
- File wapp.tcl — part of check-in [788f9d0118] at 2017-12-13 15:09:30 on branch trunk — SCGI processing now working on Nginx. (user: drh size: 18467)
To Artifact [07ae6006af]:
- File wapp.tcl — part of check-in [97b3ea1716] at 2017-12-13 15:25:24 on branch trunk — Add a "package provide" to the main script. Further documentation updates. (user: drh size: 18517)
︙ | ︙ | |||
593 594 595 596 597 598 599 | if {[dict get $W .toread]<=0} { # Handle the request as soon as all the query content is received set wapp $W wappInt-handle-request $chan 0 } } } | > > > | 593 594 595 596 597 598 599 600 601 602 | if {[dict get $W .toread]<=0} { # Handle the request as soon as all the query content is received set wapp $W wappInt-handle-request $chan 0 } } } # Call this version 1.0 package provide wapp 1.0 |