notjack
2017-10-30 19:51:03

@dedbox This is great!


notjack
2017-10-30 19:51:07

I’ve got some changes to the connector docs I’m working on that should hopefully make their details clearer


notjack
2017-10-30 19:52:18

Also, note that transports care about authorities only, not full URIs. Both <http://foo.com:2233/resource1> and <http://foo.com:2233/resource1> could be retrieved over the same transport, since they use the same authority


notjack
2017-10-30 19:53:36

Two URIs with different schemes can even be retrieved over the same transport, as happens with websocket URIs (<ws://foo.com> and http://foo.com)


notjack
2017-10-30 19:53:43

although the websocket protocol has some weirdness to it


dedbox
2017-10-31 03:59:44

Lots of changes to the model. I’ve put the LaTeX source and a PDF snapshot into a github repo https://github.com/dedbox/racket-net2-model


notjack
2017-10-31 04:34:20

@dedbox Thanks for all your interest in this project btw, collaboration is a great thing to have


notjack
2017-10-31 04:36:11

minor update: I’m taking a brief break from net2 work to help samth out with some docker stuff for testing racket’s release process (see the https://github.com/samth/docker-racket-build repository)


notjack
2017-10-31 04:36:47

I expect I’ll be spending time on net2 this coming weekend


dedbox
2017-10-31 05:59:51

@notjack thanks for the heads up