summaryrefslogtreecommitdiff
path: root/lib/rtsp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-04-05 16:38:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-04-06 22:49:50 +0200
commit2f44e94efb3df8e50bb2ddbc4ec6b569a6424517 (patch)
tree14ddd0b5294633dd446fcff08218b2f53fc13cfd /lib/rtsp.c
parentaba1c515534197cab1588ab0f3a2343be1f0a8e5 (diff)
downloadcurl-2f44e94efb3df8e50bb2ddbc4ec6b569a6424517.tar.gz
pipelining: removed
As previously planned and documented in DEPRECATE.md, all pipelining code is removed. Closes #3651
Diffstat (limited to 'lib/rtsp.c')
-rw-r--r--lib/rtsp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rtsp.c b/lib/rtsp.c
index b9a8ef5e8..8db80aadc 100644
--- a/lib/rtsp.c
+++ b/lib/rtsp.c
@@ -48,7 +48,6 @@
* -server CSeq counter
* -digest authentication
* -connect through proxy
- * -pipelining?
*/