mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
bc4be35208
conditions. PR: 20385 Submitted by: maintainer
10 lines
303 B
Plaintext
10 lines
303 B
Plaintext
--- lib/httpd.tcl Sat Jun 10 05:59:52 2000
|
|
+++ lib/httpd.tcl Wed Aug 2 18:18:18 2000
|
|
@@ -1305,5 +1305,5 @@
|
|
[list HttpdCloseFinal $sock]]
|
|
|
|
- Httpd_GetPostDataAsync $sock "" HttpdCloseFinal
|
|
+ Httpd_GetPostDataAsync $sock "" $data(count) HttpdCloseFinal
|
|
} else {
|
|
HttpdCloseFinal $sock
|