#57989 closed defect (bug) (invalid)
6.2 broken "Requests" due to private methods - useless extends
| Reported by: | kkmuffme | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | HTTP API | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Since the change of "Requests" to namespace in 6.2 the old Requests is not working at all anymore.
There is an "extends" there in code, however the constructor,... is all private, so it's not available in the extended (old/deprecated) class.
The method would have to be changed to protected for the "extends" to make any sense
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
As this ticket has been closed, I'm removing
trunkas theVersionto clear Report 40 of defects reported againsttrunk.