Testing ground for GUI
Go to file
aarzilli baff8c1906
sendRequest reads req.buf after closing req.seq
NewRequest says you can avoid reallocating a new buffer for each request by calling it directly.
This is not true if req.seq is closed before req.buf is read.
2018-09-08 16:49:24 +02:00
nexgb sendRequest reads req.buf after closing req.seq 2018-09-08 16:49:24 +02:00