Page 1 of 1

NGHTTP2 missing from include path

Posted: Fri Jan 27, 2017 9:32 am
by BuddyCasino
I tried to use nghttp in my project, the HTTP/2 library that comes with the SDK. However this include fails:

Code: Select all

#include "nghttp2/nghttp2.h"
I noticed that the nghttp component is missing from the GCC include path, is there a way to pull it in?

Re: NGHTTP2 missing from include path

Posted: Fri Jan 27, 2017 9:57 am
by BuddyCasino
Ok nevermind, 'make clean' fixed it. *doh*

Re: NGHTTP2 missing from include path

Posted: Sat Jan 28, 2017 10:57 am
by MalteJ
are you working on an http2 server?
that would be very interesting for me, too!

Best,
Malte

Re: NGHTTP2 missing from include path

Posted: Mon Jan 30, 2017 9:58 am
by BuddyCasino
On a client, and yesterday I got it to work. :-)
Its not yet in a releasable form though.

Re: NGHTTP2 missing from include path

Posted: Wed Mar 15, 2017 4:00 pm
by MalteJ
Hi,

any news on this?
Would you share your code?

Best,
Malte