Does all HTTP traffic go through HTTP.SYS on Windows?

后端 未结 2 1372
深忆病人
深忆病人 2021-02-07 22:18

I know Microsoft created HTTP.SYS to increase the performance of IIS. My question though is does HTTP.SYS handle HTTP traffic for all apps? What about a JVM for instanc

2条回答
  •  执念已碎
    2021-02-07 22:40

    Winsock is socket level, below HTTP, so I would not think it goes through Http.Sys.

    Internet Explorer uses Wininet for HTTP communication, which at up through Vista did not use Http.sys.

    edit I think the book "Windows Internals" will answer your question.

提交回复
热议问题