Re: [racket-dev] [racket/web-server] 1c6411: Removing out-dated WebSocket implementation

2015-01-14 Thread Sam Tobin-Hochstadt
How does this fit with backward compatibility?

Sam

On Wed, Jan 14, 2015 at 2:26 PM, Jay McCarthy jay.mccar...@gmail.com wrote:
   Branch: refs/heads/master
   Home:   https://github.com/racket/web-server
   Commit: 1c6411c670c1aa86df507a99c64dfc2701d36c0f
   
 https://github.com/racket/web-server/commit/1c6411c670c1aa86df507a99c64dfc2701d36c0f
   Author: Jay McCarthy jay.mccar...@gmail.com
   Date:   2015-01-14 (Wed, 14 Jan 2015)

   Changed paths:
 R web-server-lib/net/websocket.rkt
 R web-server-lib/net/websocket/client.rkt
 R web-server-lib/net/websocket/server.rkt

   Log Message:
   ---
   Removing out-dated WebSocket implementation


_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] [racket/web-server] 1c6411: Removing out-dated WebSocket implementation

2015-01-14 Thread Jay McCarthy
The plan is to add a dependency on the net-rfc* package with update-implies
OR move that code into this place.

This is a bit of a special case given that the old code doesn't work at
all. There are basically no Web browsers that support that version of
WebSockets, so it is only breaking for things that use this code or a few
very old browsers.

Jay

On Wed, Jan 14, 2015 at 2:37 PM, Sam Tobin-Hochstadt sa...@cs.indiana.edu
wrote:

 How does this fit with backward compatibility?

 Sam

 On Wed, Jan 14, 2015 at 2:26 PM, Jay McCarthy jay.mccar...@gmail.com
 wrote:
Branch: refs/heads/master
Home:   https://github.com/racket/web-server
Commit: 1c6411c670c1aa86df507a99c64dfc2701d36c0f
 
 https://github.com/racket/web-server/commit/1c6411c670c1aa86df507a99c64dfc2701d36c0f
Author: Jay McCarthy jay.mccar...@gmail.com
Date:   2015-01-14 (Wed, 14 Jan 2015)
 
Changed paths:
  R web-server-lib/net/websocket.rkt
  R web-server-lib/net/websocket/client.rkt
  R web-server-lib/net/websocket/server.rkt
 
Log Message:
---
Removing out-dated WebSocket implementation
 
 




-- 
Jay McCarthy
http://jeapostrophe.github.io

   Wherefore, be not weary in well-doing,
  for ye are laying the foundation of a great work.
And out of small things proceedeth that which is great.
  - DC 64:33
_
  Racket Developers list:
  http://lists.racket-lang.org/dev