Torbjörn Törnkvist
Torbjörn Törnkvist
Ehum...excuse my ignorance when it comes to Node.js. I tried to install journo with the npm command as described. Then trying 'journo init' which complains about a missing 'node', so...
Hi, cool project. Just an idea: Why not skip support for message send/receive? Mostly you use the gen_server.erl anyway and if you really want to send/receive you encapsulate that in...
https://github.com/erlyaws/yaws/blob/d54b360aebe1130c8ecb39cd54acd7487be7ef24/src/yaws_api.erl#L2698 When running Yaws in embedded mode, and you want to disable an appmod; using the yaws_api:setconf/2 does not seem to take into account that any appmod config may have...
Hi, I just wonder if there are any support for OAuth2 (of any kind) in the Yaws code? For example, yaws:parse_auth/1 does not look for the "Bearer" scheme (and perhaps...
Should Yaws have a way to limit the acceptable size of the received HTTP headers? I think so :-) See also: https://stackoverflow.com/questions/686217/maximum-on-http-header-values
We are running some security scanning tools that are complaining about this. So my question is if perhaps a 'charset=' should be appended to this content type? (the obsoleted 'text/javascript'...
Does Yaws support buffering of the output? I couldn't find it so I guess not... Could perhaps be a nice little feature?
Before, tcp was hardocded in flower_datapath.erl.
Hi, Just wanted to send a 'ping' and ask what the status of this project is? Looks pretty cool, but it's been long time since any updates. Is it dead,...
In the system_monitor:terminate/2 there is a tuple match done with what is stored in State#state.monitors; this looks wrong to me, surely it should match against a 5-element tuple ( {Module,Function,RunOnTerminate,...