Skip to content

Commit

Permalink
Removed http2_stream, since it is now unused, and I'd like to repurpose
Browse files Browse the repository at this point in the history
the module name for something else.

Well, technically it's the same thing, but it has to be some kind of
psuedo-fsm that doesn't spawn it's own process, since the only way to
enforce priority is by managing all the streams in one process. also,
multiple processes writing to the same socket will cause all kinds of
trouble.
  • Loading branch information
joedevivo committed Jun 7, 2015
1 parent 80e798f commit b663bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 218 deletions.
216 changes: 0 additions & 216 deletions src/http2_stream.erl

This file was deleted.

4 changes: 2 additions & 2 deletions test/chatterbox_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chatterbox_test_() ->
{"chatterbox is alive",
fun() ->
%% format is always: expected, actual
?assertEqual(howdy, chatterbox:hello())
% ?assertEqual(howdy, chatterbox:hello())
ok
end}
]}.

0 comments on commit b663bc4

Please sign in to comment.