Questions tagged [nghttp2]

nghttp2 is a HTTP/2 C library

nghttp2 is a HTTP/2 C library. It has a full and efficient HPACK implementation. It is used by curl and many more.

86 questions
0
votes
0 answers

mac os upgrade openssl

My Mac OS system is: OS X Yosemite version 10.10.5. And its openssl version is 0.9.8zg. Now I want to install an nghttp2 tool, and it requires openssl>=1.0.1. So I try brew update and brew install openssl. After that I use command: openssl…
fcbflying
  • 693
  • 1
  • 7
  • 23
0
votes
0 answers

C++ Build Libcurl with HTTP/2.0 support (Existing version)

I have an existing LibCurl build, which currently isn't supporting the protocol HTTP/2.0, since I never linked it with the nghttp2 software (which is required). Is it still possible to adjust the build and add this software to the build? If so, how…
TVA van Hesteren
  • 1,031
  • 3
  • 20
  • 47
0
votes
1 answer

How to send multi chunk data using nghttp2?

I am using the nghttp2 library to format the multipart frames to communicate with Alexa. I am currently able to get the response of audio with a multipart message. But, currently it is only possible to send data up to 16KB, I want to do streaming of…
0
votes
0 answers

Libcurl windows build VS2015 OpenSSL HTTP2

I am currently trying to build Libcurl 7.54.0 with OpenSSL and HTTP2 on windows 10 using Visual Studio 2015 and I am getting these errors in the build log at the end of compilation: 1>libcurl.lib(http2.obj) : error LNK2019: unresolved external…
user8015196
0
votes
1 answer

Advice on using unless requisite in a salt state file

As part of a salt state file I am installing nghttp2. So far I have the following code in my .sls install_nghttp2: cmd.run: - name: | cd /tmp wget…
grinferno
  • 524
  • 8
  • 23
0
votes
0 answers

performing curl_multi_perform from different threads causing crash

In the project I am working on , I am required to make a GET call and POST call when ever necessary. The "GET" call is used to create a downchannel from the server to the device to monitor for any interesting events that are happen in the cloud…
hungryspider
  • 300
  • 2
  • 13
0
votes
0 answers

Safari/Firefox or Chrome wont to use http/2 yet CURL is fine

I repeated the following using SLES and OS X. I compiled apache 2.4.18, nghttp2-1.8.0 and OpenSSL 1.0.2g and using a recently built version of curl it appears everything is working fine. curl https://macbookpro.xxxx/ --cacert…
ferg
  • 196
  • 1
  • 11
-1
votes
1 answer

A question about HTTP2, TCP packets and wireshark

In last several days I always worked at a project about HTTP2, now I want to be clear about if a TCP packet can contain several HEADERS frames whose function are to create a new stream. As I just saw on the reference, several requests can be…
-1
votes
1 answer

dyld[8243]: Symbol not found: (_nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation) while trying php -v. PHP not working in mac intel

My php is not wokring in mac intel. This is what I get when I run php -v ➜ ~ php -v dyld[8243]: Symbol not found: (_nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation) Referenced from:…
-1
votes
1 answer

Why did this error occur? c++ library build

I don't know why this error occurs. I'm using nghttp2 on centos 7. My centos supports c++17 Did I forget any options? Help me please. Thank you. usr/include/c++/4.8.2/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and…
-1
votes
1 answer

How establish a download channel with nghttp2? (c/c++) (AVS)

After I checked the document of AVS migration (https://developer.amazon.com/public/solutions/alexa/alexa-voice-service/docs/migration-guide) I made a request after ssl connect done, using "nghttp2_submit_request" which will send a HEADER frame.The…
oct.lin
  • 11
  • 3
1 2 3 4 5
6