zendframework / ZendOAuth

BSD 3-Clause "New" or "Revised" License
19 stars 22 forks source link

Remove the possibility of set a null adapter #14

Closed Maks3w closed 10 years ago

Maks3w commented 10 years ago

This code was originally added by @padraic in svn:r22036

r22036 | padraic | 2010-04-28 20:46:18 +0200 (mié, 28 abr 2010) | 2 lines

Added streaming data support. The API is identical to that used by Zend_Gdata_HttpClient adding support specifically for Youtube uploads. Please refer to GData reference material (OAuth docs to be updated). Implements ZF-9410

Later get method was removed in svn:r24310 but not synced with GIT version

r24310 | ramon | 2011-07-30 05:04:50 +0200 (sáb, 30 jul 2011) | 3 lines

[ZF-10182] Zend_Oauth

  • Fix config http client how object Zend_Config.

Sincerely I don't see any need of override the methods.

Maks3w commented 10 years ago

Port r24310 changeset fix https://github.com/zendframework/zf2/issues/5074 and supersede #13

Maks3w commented 10 years ago

Ping @padraic @weierophinney

jaapio commented 10 years ago

I did the same thing :-( but with a testcase #15

jaapio commented 10 years ago

ping @weierophinney could you please have a look at this pr or one of the others. There are already 3 prs for this issue.