[Pidgin] #16096: Pdigin's Trac system does not refresh properly pages cached by a proxy

Pidgin trac at pidgin.im
Mon Mar 3 17:54:34 EST 2014


#16096: Pdigin's Trac system does not refresh properly pages cached by a proxy
--------------------------+--------------------------
 Reporter:  hayhackerall  |      Owner:  EionRobb
     Type:  patch         |     Status:  new
Milestone:                |  Component:  unclassified
  Version:  2.10.9        |   Keywords:
--------------------------+--------------------------
 defect #9960 here is part of code i think it will solve this problem

 try to connect to server
 if ((Status = connect(sock_server, &serverSockAddr,
 sizeof(serverSockAddr))) < 0)
 {
 SockSend?(sock_client, "404 Host Not Found\n\n", 20);
 SockClose?(sock_client);
 return 1;
 }
 send client's req to server
 SockSend?(sock_server, buf, strlen(buf));

-- 
Ticket URL: <https://developer.pidgin.im/ticket/16096>
Pidgin <https://pidgin.im>
Pidgin


More information about the Tracker mailing list