Alex,

Got it. Curl port will catch up this move soon.

I just want to confirm my understanding about Network Session. It is pretty 
similar concept with Cocoa's URLSession, isn't it?

Curl Port uses default NetworkSession at everywhere so that it is almost same 
with global NetworkProcess. We need to move forward to support NetworkSession 
correctly.

-----
Basuke Suzuki
SONY PlayStation


> -----Original Message-----
> From: webkit-dev <[email protected]> On Behalf Of Alex
> Christensen
> Sent: Thursday, November 29, 2018 6:15 PM
> To: Webkit Development List <[email protected]>
> Subject: [webkit-dev] Reducing globals
> 
> I am embarking on a journey to reduce the number of global variables and
> singletons we use instead member variables on the proper objects.  Feel free 
> to
> join!
> 
> Specifically, I’m looking into reducing the number of members in the
> NetworkProcessCreationParameters structure.  Many of them need to go to
> NetworkSessionCreationParameters instead.  Could those maintaining the
> libsoup and libcurl networking implementations please lend a hand and move the
> members enclosed in USE(SOUP) or USE(CURL)?  I have done similar moves in
> https://trac.webkit.org/changeset/238654/webkit and
> https://trac.webkit.org/changeset/238630/webkit if you would like a pattern to
> follow.
> _______________________________________________
> webkit-dev mailing list
> [email protected]
> https://lists.webkit.org/mailman/listinfo/webkit-dev
_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to