#21787: Slow web interface (uhttpd errors)
------------------------------+---------------------------------------
  Reporter:  quetzalin        |      Owner:
      Type:  defect           |     Status:  new
  Priority:  response-needed  |  Milestone:  Designated Driver (Trunk)
 Component:  luci             |    Version:  Trunk
Resolution:                   |   Keywords:
------------------------------+---------------------------------------

Comment (by anonymous):

 Replying to [comment:7 t0t3m1n]:
 > I have the same issue, i think the problem is the "has_curlssl" variable
 intialization in /usr/lib/lua/luci/tools/ddns.lua (line 22):
 >
 >
 > {{{
 > $(which curl) -V | grep "Protocols:"
 > }}}
 >
 >
 > Adding a 2>&1 like this:
 >
 >
 > {{{
 > $(which curl) -V 2>&1 | grep "Protocols:"
 > }}}
 >
 >
 > fixes the issue on my router (curl is not present)

 it works,thank you!

--
Ticket URL: <https://dev.openwrt.org/ticket/21787#comment:8>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to