Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 339 Bytes

File metadata and controls

20 lines (9 loc) · 339 Bytes

Proxy-Server

develop a proxy server in a UNIX environment

Current Problem

  1. weird requests (google-chrome)

    how to handle it

  2. getaddrinfo() fucntion blocking.

    when getaddrinfo() is blocked, server is completely stopped.

  3. asynchronous critical section.

    it makes an error using of a closed file descriptor.