[w3m-dev 01040] Re: Location: in local cgi.

From: $B2,ED (okada@furuno.co.jp)
Date: Fri Sep 01 2000 - 10:26:57 CDT

  • Next message: $B2,ED: "[w3m-dev 01041] Re: Location: in local cgi."

    $B2,ED!w<+Bp$G$9!#(B

    local cgi $B$+$i!"(BLocation: $B$GHt$Y$k$h$&$K$7$F$_$^$7$?!#(B
    $BA4A3%(%l%,%s%H$8$c$J$$$G$9$,!D(B

    -- 
    Tsutomu Okada <okada@furuno.co.jp>
    

    *** file.c Fri Sep 1 21:11:28 2000 --- file.c.new Fri Sep 1 23:52:13 2000 *************** *** 572,577 **** --- 572,591 ---- pushEvent(f, tmp->ptr); } } + else if (!strncasecmp(lineBuf2->ptr, "location:", 9) && + uf->scheme == SCM_LOCAL_CGI) { + int f; + extern int w3mNFuncList; + + p = lineBuf2->ptr + 9; + SKIP_BLANKS(p); + f = getFuncList("GOTO", w3mFuncList, w3mNFuncList); + if (f >= 0) { + tmp = Strnew_charp(p); + Strchop(tmp); + pushEvent(f, tmp->ptr); + } + } if (headerlist) pushText(headerlist, lineBuf2->ptr); Strfree(lineBuf2);



    This archive was generated by hypermail 2b29 : Fri Sep 01 2000 - 10:34:37 CDT