I was amused to read this on VPP simply because I have been spending less time with VPP than previously because I am spending a bunch of time with Arduino stuff -- and most of my time there is spent trying to figure out why "read" or "recv" on a socket (using lwip stack) is not properly propagating information about the far end server closing. So it was funny to see issues about connections closing here.
Burt On Fri, May 18, 2018 at 1:52 AM, muziding <muziding...@163.com> wrote: > Hi > > I want to make the example of http server actively close the client > connection, instead of waiting for the client to close connection, after > http server has responded to the client request. What should I do? > > >