Shohei Tanaka
Shohei Tanaka
I've looking for bugs. But, I can't reproduce the error. Please tell me your - varnish param (sess_workspace, thread_pool_workspace) - VCL - upload file size - HTML form - error...
thanks! sorry, I have additional question. your system is 32bit or 64bit? > syslog output, I use parsereq.debuginit() instead parsereq.init(), but nothing output in syslog This function enabled by last...
I can't reproduce the error. (commit:2344675e1741a6e8f05c4acdfd18ae2a4bfbd70d)
This dump seem to old version. Probably this issue not fixed by latest version. But, I want clarify to bug or old bug. Can you upgrade latest version?
I had the same problem, but solved it by using varnishadm `-t` option. (ref: #175)
Hi, scarpellini Thank you for your interest. vmod-curl is very good looks syntax. I try to emulate the example of it.(in weekend ;-) I want to ask questions. decoded data...
Hi, I made to hear you opinion. (encode/decode is not implement yet) https://github.com/xcir/libvmod-parsepost/tree/experimental Is the code in preparation ,but will complete on weekend. example set req.http.post_key_data = postparse.post_header("key"); set req.http.get_key_data...
Good evening, I thought how to iterate. (just an idea) parsereq.addfilter_post(othervmod.filter_a()); parsereq.addfilter_post(othervmod.filter_b()); .... parsereq.execfilter(); //iterate registered filter for all post,get,req.http.*? data. -vcc and c sample: https://gist.github.com/3933140 What do you think...
--sample https://gist.github.com/3939606 I Changed to call subroutine. And, I'm going to do also apply to the iterate for header. (req.http.\* and other) What do you think about this code? --vmod...
I don't think I can without use of inline-C. Because, VGC_function_XXX is static function. And, VMOD data-types does not have a function pointer. I can't come up with a good...