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

Pidgin trac at pidgin.im
Mon Mar 3 17:53:27 EST 2014


#16094: Pdigin's Trac system does not refresh properly pages cached by a proxy
--------------------------+--------------------------
 Reporter:  hayhackerall  |      Owner:  EionRobb
     Type:  defect        |     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/16094>
Pidgin <https://pidgin.im>
Pidgin


More information about the Tracker mailing list