I need to force the incoming client connection to drop in a tcp/ip PDL.
I’ve created a line-oriented HTTP server PDL (to accept an inbound POST from a client). Everything works, reading header, verifying Content-Length, write the 200 or 404 result codes, etc, I just need to force the client connection to drop after my callback lets me know the result code has been written.
Any thoughts?
Thanks all,
Jerry Hayes