Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dev branch's intermediate update #51

Merged
merged 23 commits into from
Jul 25, 2017
Merged

update dev branch's intermediate update #51

merged 23 commits into from
Jul 25, 2017

Conversation

snibug
Copy link
Contributor

@snibug snibug commented Jul 5, 2017

  • can settable quic server config for node stellite server …
  • insert build step: copy android java(jar) deps …
  • add missing parameter content_length at response …
  • remove stellite client library debugging symbol at default build …
  • bug fix: android, linux build are failed …
  • bug fix: stream response cannot handle HTTP error
  • bug fix: build node_stellite module version cannot working …
  • bug fix: node http fetcher release request on node stack …
  • node stellite fetcher add status code callback argument …
  • apply status code argument at test.js test_client.js …
  • add lincese

here is a example

var stellite = require('stellite');

stellte.generateQuicServerConfig(60 * 60 * 24 * 365, true, true);
first argument is expiry second that server config expire after setted
seconds.
seconds one is enable p256 key exchange algorithm
third one is use channel id.

Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho.song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho.song <snibug@gmail.com>
Signed-off-by: sung-ho.song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
at node_stellite.http_fetcher.stream_callback

Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
Signed-off-by: sung-ho song <snibug@gmail.com>
@snibug
Copy link
Contributor Author

snibug commented Jul 25, 2017

merge stable node stellite!!

@snibug snibug merged commit 006da31 into line:dev Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant