Gábor Molnár
Gábor Molnár
The RC4 cipher generates a constant byte as key stream after a while (~160 characters). The reason is that `i` and `j` are initialized to 0 every time `arcfour_generate_stream()` is...
This seems to be exactly the same as the already supported C321 from a ZWave PoV, it just has a smaller physical size (65x65x45mm vs. 86x86x60mm)
- that can be used to implement header buffer space limitation - and can avoid costly buffer copies
Should be implemented based on this: https://github.com/joyent/node/blob/master/lib/_http_client.js#L232
It's mainly API related issue, since the actual forwarding has to be done by the user. Related issue: https://github.com/http2/http2-spec/issues/230