similar to: cancel running request

Displaying 20 results from an estimated 1000 matches similar to: "cancel running request"

2007 May 30
0
Headers munged into RAW_POST_DATA
Hi, we''re seeing a really weird problem in our production environment. "Connection: Keep-Alive\r\n" is being pre-pended to the RAW_POST_DATA, which makes requests error out. This bug is seen infrequently and *seems* to be browser-related, although I can''t reproduce it using the browser reported in HTTP_USER_AGENT. Set up is a apache 2.2 -> hardware load balancer
2007 May 29
1
Headers munged into RAW_POST_DATA
Hi, we''re seeing a really weird problem in our production environment. "Connection: Keep-Alive\r\n" is being pre-pended to the RAW_POST_DATA, which makes requests error out. This bug is seen infrequently and *seems* to be browser-related, although I can''t reproduce it using the browser reported in HTTP_USER_AGENT. Set up is a hardware load balancer (NetScaler)
2007 Feb 06
0
Question about file upload max size
Hi, We use merb for our file upload server. Everything is ok except file upload size limit, we want to cancel file upload process immediately once we learn that the size of upload files has exceed the max size limit. First, we try to hack MerbUploadHandler#request_begins(here, we can get CONTENT_LENGTH), but get trouble to cancel the upload process elegantly. Currently, we have no
2005 Jun 26
0
Bug in Mailman version 2.1.5
Bug in Mailman version 2.1.5 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (most recent call last): File "/var/mailman/scripts/driver", line 87, in run_main main() File
2007 Apr 11
1
calls bridging
dear can asterisk dial two numbers, then bridge them.(like jah jah) best Mani ____________________________________________________________________________________ Looking for earth-friendly autos? Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center. http://autos.yahoo.com/green_center/
2005 Dec 18
8
Invoking Rails from an API
Hi, I am trying to use ruby int an embedded web server. The environment does not have the luxury of CGI or WebBrick. I find limited documentation on how to get this to work. As a test program on windows, I tried the code in the section below. I have the issues. 1. Is public/dispatch.rb the right script to invoke a rails app? If so, what is the right way to invoke dispatch.rb? 2.
2004 Aug 24
1
error when unsubscribe (PR#7198)
Full_Name: Huan Huang Version: 1.9.1 OS: Win NT Submission from: (NULL) (155.140.122.227) Traceback: Traceback (most recent call last): File "/scratch/local/app/mailman-sfs/2.1.5/scripts/driver", line 87, in run_main main() File "/scratch/local/app/mailman-sfs/2.1.5/Mailman/Cgi/options.py", line 91, in main language = cgidata.getvalue('language') File
2004 Feb 06
0
Bug (PR#6550)
Full_Name: Huan Huang Version: 1.8.1 OS: WIN NT Submission from: (NULL) (155.140.122.227) Bug in Mailman version 2.1.4 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (most recent call last): File
2004 Jan 06
0
bug report (PR#6394)
Full_Name: Huan Huang Version: OS: Submission from: (NULL) (155.140.122.227) Bug in Mailman version 2.1.4 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (most recent call last): File
2007 Jan 26
0
Problems with assert_select in integration tests
I''ve been battling with assert_select in my integration tests for several evenings now. I''m testing a multi-step form, and after submitting the first step, my assert_selects fail on the attempts to find the form on the next page. However if I print out the response object, it has the exact text of what I''m trying to match. Here is the complete integration test. The
2007 Aug 23
3
Asterisk Prompt
Hi List; I read the following sentence: "The CLI prompt is set with the ASTERISK_PROMPT UNIX environment variable" In the following link: http://www.voip-info.org/wiki/index.php page=Asterisk+CLI+prompt The question is: what is the ASTERISK_PROMPT UNIX environment variable and where I can access it to change it? Also where I can find information about it? Regards Bilal Ghayad
2006 Sep 19
2
Upload Size Limiting Handler
I have written a mongrel handler that monitors the content length of a given url''s request and redirects them if they are over a certain limit. The idea is to throttle the maximum size of an uploaded file. Using the process method on HttpHandlerPlugin I am able to make this work the only downside is that the whole file is still uploaded. I would much prefer to inspect the http header
2007 Feb 27
2
TE212P on FC6 - stack overflow?
Hi all did anyone of you experience an error like "do_irq: stack overflow" in configuring a TE212P on Fedora core 6? The server immediately hangs, I don't know if this can be related to hardware configuration or kernel incompatibility... This problem arises when I try to configure the channels with the usual command "ztcfg" and it is strictly related to the presence of the
2007 Jan 18
4
problems testing a rails controller
I''m trying to test a rails controller, but my mock isn''t working. Everything looks right to me. Can someone take a look at it and see if I''m missing something obvious http://pastie.caboo.se/33883 Domain.should_receive(:find_domain).once.and_return(domain) That line in the spec is failing but I don''t see why. If I comment out that line the test passes so it is
2007 Apr 03
2
[LLVMdev] Graph Coloring Regalloc
Hi, --- Anton Vayvod <avayvod at gmail.com> wrote: > On 4/3/07, David Greene <greened at obbligato.org> wrote: > > > > I'm just starting to dive into llvm, hoping to implement a > > good graph coloring register allocator. I gather that this > > has been discussed before. > > > > What is the RegAllocGraphColoring.cpp currently in the >
2007 Mar 24
0
max upload size!
As suggested in "max upload size?" http://www.mail-archive.com/mongrel-users at rubyforge.org/msg02325.html I created a plugin that disconnects (raises an error which terminates the socket) if the specified content-length is higher than 200 MB (by default). I don''t know the behaviour if the specified content length is different than the actual uploaded data or if no
2007 Jul 13
3
Macro: s-NOANSWER, _s-.
Hi List; I have this example for Macro and I am not able to understand some line, if any one can help me plz :)- [macro-voicemail] exten => s,1,Dial(${ARG1},20) exten => s,2,Goto(s-${DIALSTATUS},1) exten => s-NOANSWER,1,Voicemail(u${MACRO_EXTEN}) exten => s-NOANSWER,2,Goto(incoming,s,1) exten => s-BUSY,1,Voicemail(b${MACRO_EXTEN}) exten => s-BUSY,2,Goto(incoming,s,1) exten
2003 Apr 21
0
Patch for zero content-length
mbox-index.c uses a zero content length as a flag for an invalid Content-Length: header. Unfortunately zero is also a valid value for Content-Length. The patch below attempts to address the problem. *** mbox-index.h.orig Tue Apr 15 09:04:02 2003 --- mbox-index.h Sun Apr 20 11:42:12 2003 *************** *** 19,24 **** --- 19,25 ---- struct istream *input; uoff_t
2007 Aug 01
1
how to configure vfs object = audit
Dear all, someone can help i have samba and i won to see activied user, open, closed, delete, rename files can samba do it?and i know to configured the vfs object = audit this is my sample script : [AnCtest] comment = Audit and Controlling Tester vfs object = audit veto files = /*.exe/*.mp3/*.msi/*.mpeg/*.mov/*.scr/*.dat/*.wav/*.3gp delete veto files = yes nt acl support = yes
2007 Jun 27
1
Module '***.so' did not register itself during load
Hi, I've experiencing this kind of problem. Actually, my asterisk is running perfectly. I've tested it, and I called some computer in my LAN. Then I enter the CLI and entered these commands - show modules - modules status (or so.. I forget) - restart now After I enter the last command, the CLI is exiting and nothing happened. Then I try to run the asterisk with command - asterisk But