Jan Klemkow
Jan Klemkow
The problem seems to be a gnu-extension in getopt(3). Set the environment variable POSIXLY_CORRECT to force gnu-getopt to behave like POSIX-getopt. This should fix that issue.
It's me, "Jan". You are welcome :-) On Mon, Jan 11, 2016 at 06:39:26PM -0800, GReagle wrote: > Thank you younix. Setting POSIXLY_CORRECT does fix the problem. This is >...
Which libc do you use?
I implemented a dprintf() version in httppc. Can you test this, on you plattform and give me some feedback? Thanks!
Also, Implemented for httpc. Now, you can use httppc and httpc in a row for testing. Thanks for you help, to improve this tools.
I prefer that the application executes tlsc(1) by itself like this example: https://github.com/younix/sj/blob/master/sj.c#L289 I don't like the idea of an additional communication infrastructure in the whole USCPI design.