got a small problem i wrote a http server in tcl for an http admin script that i am writeing and i don't get the post event in this script (post variable is not shown) why is that is there a specific reason for tis or ..
so i read 30 lines that should be enough for at least shoing partial message .. or something cause i can see the header just not the variable .. even when i remove close $s it still doesn't send the variable but when i set the target to a netcat shell i can see it so it is sending it just don't know why it breaks up .. if the brouwser freezes it is allready send and this means it's waithing for the server to close the connection on this moment it still hasn't send the variable well it did but not that i can see .. unless there is a char error in there some where .. when u set the variable with gets .. but i don't see how that is possible ..