Author: rhuijben
Date: Sat Nov 21 14:05:58 2015
New Revision: 1715528
URL: http://svn.apache.org/viewvc?rev=1715528&view=rev
Log:
* buckets/bwtp_buckets.c
(BWTP): Add comment about history.
Modified:
serf/trunk/buckets/bwtp_buckets.c
Modified: serf/trunk/buckets/bwtp_buckets.c
URL:
http://svn.apache.org/viewvc/serf/trunk/buckets/bwtp_buckets.c?rev=1715528&r1=1715527&r2=1715528&view=diff
==============================================================================
--- serf/trunk/buckets/bwtp_buckets.c (original)
+++ serf/trunk/buckets/bwtp_buckets.c Sat Nov 21 14:05:58 2015
@@ -32,6 +32,10 @@
/* This is an implementation of Bidirectional Web Transfer Protocol (BWTP)
* See:
* http://bwtp.wikidot.com/
+ *
+ * 2015-11: The BWTP protocol was one of the proposed implementations for
+ * Websockets, which were eventually standardized in RFC 6455 but
+ * using a completely different wire protocol.
*/
typedef struct frame_context_t {