remove TODO/hacks for eo, it's fixed now.

Tasn fixed https://phab.enlightenment.org/T4418 so these are not needed anymore.
This commit is contained in:
Gustavo Sverzut Barbieri 2016-09-09 14:53:11 -03:00
parent 8b948b779c
commit 6bed17ccdf
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ enum Efl.Net.Dialer.Http.Primary_Mode {
upload,
}
class Efl.Net.Dialer.Http (Efl.Loop_User, Efl.Net.Dialer, Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Sizer) { /* TODO: reader/writer should be from dialer->socket, but are being missed somehow... */
class Efl.Net.Dialer.Http (Efl.Loop_User, Efl.Net.Dialer, Efl.Io.Sizer) {
[[HTTP Dialer (Client).
The effective URL in use, if @.allow_redirects is $true will be

View File

@ -38,7 +38,7 @@ struct Efl.Net.Dialer.Websocket.Closed_Reason {
message: string;
}
class Efl.Net.Dialer.Websocket (Efl.Loop_User, Efl.Net.Dialer, Efl.Io.Reader, Efl.Io.Writer) { /* TODO: reader/writer should be from dialer->socket, but are being missed somehow... */
class Efl.Net.Dialer.Websocket (Efl.Loop_User, Efl.Net.Dialer) {
[[WebSocket Dialer (Client).
The WebSocket Protocol (https://tools.ietf.org/html/rfc6455) is