aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/http/http_timer.c
AgeCommit message (Collapse)AuthorFilesLines
2024-07-08session: improve enable and disable handlingFlorin Coras1-2/+2
Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I3c79d16f6a19767d990e8a4683c296219b559ccd
2024-06-28session: memory leaks on various transports when session disable and enableSteven Luong1-0/+2
When toggling session disable and enable, memory leaks found on various transports. Don't create the timer wheels on enable when they are already creaded. Don't create the spin locks when they are already created. Add session enable disable test in session unit test. Type: fix Change-Id: I08988a96bbf2d67a67c743b50b63f5b1e27402a3 Signed-off-by: Steven Luong <sluong@cisco.com>
2022-01-20http: add http protocol pluginFlorin Coras1-0/+91
Basic HTTP/1.1 server side implementation. Type: feature Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I06bddaf7f11e28db802b4cd7ef8160c78cb019b6