Hi!

Thanks for your report!

On 11/22/2011 10:35 PM, Benjamin Valentin wrote:
> gatling will not serve or list .dotfiles unless they are aliased with a 
> :dotfile, e.g. to enable serving .dotfile, you have to ln -s .dotfile 
> ":dotfile".
> The only reference to this feature can currently be found in http.c, line 
> 1312.

Around l. 1312, I find the following code:

#ifdef SUPPORT_PROXY
        if (!noproxy) {
          int res;
          switch ((res=proxy_connection(sockfd,Filename,dir,h,0,args))) {
          case -2: break;
          case -1: return -1;
          default:
            if (res>=0) {
              h->buddy=res;
              return -3;
            }
          }
        }
#endif

Do you mean this section? How does it implement the described feature?
Or do you mean another section?

Thanks in advance,

Roland



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to