[naviserver-devel] Problem with new pthread code: Resource temporarily unavailable

2021-04-26 Thread Oscar Rodriguez Fonseca
Dear all, First I'd like to thank all devs for your great work in naviserver. I had been using aolserver 4.5 for one legacy project for a very long time. A couple of years ago I replaced it for naviserver and has been very happy for the great improvement in stability and performance since then.

Re: [naviserver-devel] Problem with new pthread code: Resource temporarily unavailable

2021-04-27 Thread Oscar Rodriguez Fonseca
Dear Gustaf, Thank you very much for your help. It does work perfectly, therefore it is configuration related. I'll work with my setup and double check everything in the config file. When I pinpoint the problem I'll post the solution to close the thread. Best regards, Óscar -Mensaje origi

Re: [naviserver-devel] ns_returnfile return original file name

2022-07-19 Thread Oscar Rodriguez Fonseca
Dear all, Just for the sake of completeness. If you need an utf-8 encoded filename you may need to encode the filename (as per RFC 5987): ns_set update [ns_conn outputheaders] Content-Disposition "attachment; filename*=UTF-8''[ns_urlencode $filename]" ns_set update [ns_conn outputheaders] Conten

Re: [naviserver-devel] ns_returnfile return original file name

2022-07-20 Thread Oscar Rodriguez Fonseca
hould actually provide an API along the lines of:     ns_header_field_parameter -charset /charset/ -language /language/ name string to ease its usage. ... maybe something for the next release... All the best -g PS: Minor nitpick: RFC 5987 was obsoleted by RFC 8187 On 19.07.22 23:25, Oscar Rodriguez Fo