On Tue, Mar 10, 2015 at 10:05 PM, Mirar @ Pike developers forum
<10353(a)lyskom.lysator.liu.se> wrote:
> Wait, I said REUSEPORT? What's the difference to REUSEADDR? Mysteries
> of TCP sockets...
Here's a decent explanation, I think:
http://stackoverflow.com/questions/14388706/socket-options-so-reuseaddr-and…
ChrisA
Just a friendly reminder: the first release of Pike 8.0 is coming up on October 15th. I’ll be making a pre-release build in the next few days in order to test everything out.
Please get your last minute changes and change-log entries in!
Bill
I built the 8.0 doc and there doesn't seem to be any examples for the
new REST and OAuth parts in the Web module recently checked in. Could
someone familiar add a short example to the doc or post it here and
all rework it for the doc?
One exampled that sets up OAuth2 session with Google and does some
basic information retrival from the same from service with Web.Api
would probably be the most generic and future proof.
1
0
Header tests
by Martin Nilsson (Opera Mini - AFK!) @ Pike (-) developers forum
17 Oct '15
17 Oct '15
Solved.
1
0
Header tests
by Martin Nilsson (Opera Mini - AFK!) @ Pike (-) developers forum
16 Oct '15
16 Oct '15
I was looking into reducing the number of configure tests by removing
checks for headers that are part of C89. However, if I remove all
tests and ifdefs for errno.h Pike compiles and runs fine, but hangs
when exiting. Any ideas as to why that is?